HL7 Terminology
2.1.0 - Publication

This page is part of the HL7 Terminology (v2.1.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: FHIR Normative Manifest - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:List;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "fhir-Normative"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>FHIR Normative Manifest</h2><table class=\"clstu\"><tr><td>Mode: workingStatus: currentCode: UTG Control Manifest</td></tr><tr><td>Order: Sorted Alphabetically</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"CodeSystem-data-absent-reason.html\">Generated Summary: url: http://terminology.hl7.org/CodeSystem/data-absent-reason; id: urn:oid:2.16.840.1.113883.4.642.4.1048; version: 0.1.0; name: DataAbsentReason; title: DataAbsentReason; status: active; date: Oct 31, 2019, 4:29:23 PM; description: Used to specify why the normally expected content of the data element is missing.; caseSensitive; valueSet: http://hl7.org/fhir/ValueSet/data-absent-reason; content: complete</a></td></tr><tr><td>CodeSystem/restful-security-service</td></tr><tr><td>CodeSystem/message-transport</td></tr><tr><td><a href=\"CodeSystem-definition-use.html\">Generated Summary: url: http://terminology.hl7.org/CodeSystem/definition-use; id: urn:oid:2.16.840.1.113883.4.642.1.1191; version: 1.0.0; name: DefinitionUseCodes; title: Structure Definition Use Codes / Keywords; status: active; date: Mar 6, 2021, 1:53:33 PM; publisher: FHIR Project team; http://hl7.org/fhir; description: Structure Definition Use Codes / Keywords; caseSensitive; valueSet: http://terminology.hl7.org/ValueSet/definition-use; content: complete</a></td></tr></table></div>"
  ];
  fhir:List.status [ fhir:value "current"];
  fhir:List.mode [ fhir:value "working"];
  fhir:List.title [ fhir:value "FHIR Normative Manifest"];
  fhir:List.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra" ];
       fhir:Coding.code [ fhir:value "UTGCTGManifest" ]     ]
  ];
  fhir:List.orderedBy [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-order" ];
       fhir:Coding.code [ fhir:value "alphabetic" ]     ]
  ];
  fhir:List.entry [
     fhir:index 0;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "CodeSystem/data-absent-reason" ];
       fhir:Reference.type [ fhir:value "CodeSystem" ]     ]
  ], [
     fhir:index 1;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "CodeSystem/restful-security-service" ];
       fhir:Reference.type [ fhir:value "CodeSystem" ]     ]
  ], [
     fhir:index 2;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "CodeSystem/message-transport" ];
       fhir:Reference.type [ fhir:value "CodeSystem" ]     ]
  ], [
     fhir:index 3;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "CodeSystem/definition-use" ];
       fhir:Reference.type [ fhir:value "CodeSystem" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.