@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "FHIR Normative ManifestMode: workingStatus: currentCode: UTG Control ManifestOrder: Sorted AlphabeticallyItemsCodeSystem/data-absent-reasonCodeSystem/restful-security-serviceCodeSystem/message-transportGenerated 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: 7 Nov. 2020, 9:27:49 am; 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" ]; 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:link ; fhir:Reference.reference [ fhir:value "CodeSystem/data-absent-reason" ]; fhir:Reference.type [ fhir:value "CodeSystem" ] ] ], [ fhir:index 1; fhir:List.entry.item [ fhir:link ; fhir:Reference.reference [ fhir:value "CodeSystem/restful-security-service" ]; fhir:Reference.type [ fhir:value "CodeSystem" ] ] ], [ fhir:index 2; fhir:List.entry.item [ fhir:link ; fhir:Reference.reference [ fhir:value "CodeSystem/message-transport" ]; fhir:Reference.type [ fhir:value "CodeSystem" ] ] ], [ fhir:index 3; fhir:List.entry.item [ fhir:link ; fhir:Reference.reference [ fhir:value "CodeSystem/definition-use" ]; fhir:Reference.type [ fhir:value "CodeSystem" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------