@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:List; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "2-7-DocSubMedicationCard"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-submissionset-comprehensive"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "Date: Jun 29, 2020, 2:01:30 PMMode: workingStatus: currentCode: SubmissionSet as a FHIR ListSubject: http://example.org/Patient/FranzMusterNeedsAbsoluteUrlItemsDocumentReference/2-7-DocRefMedicationCard" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-designationType" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:71388002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "71388002" ]; fhir:Coding.display [ fhir:value "Procedure (procedure)" ] ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-sourceId" ]; fhir:Extension.valueIdentifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.12559.11.13.2.5" ] ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-ext-author-authorrole" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "urn:oid:2.16.756.5.30.1.127.3.10.6" ]; fhir:Coding.code [ fhir:value "HCP" ]; fhir:Coding.display [ fhir:value "Healthcare professional" ] ] ]; fhir:List.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "usual" ]; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.12559.11.13.2.6.2949" ] ], [ fhir:index 1; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:uuid:8c3e40b2-3cf9-4980-b4fb-cc84ba8a181a" ] ]; fhir:List.status [ fhir:value "current"]; fhir:List.mode [ fhir:value "working"]; fhir:List.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes" ]; fhir:Coding.code [ fhir:value "submissionset" ]; fhir:Coding.display [ fhir:value "SubmissionSet as a FHIR List" ] ] ]; fhir:List.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "http://example.org/Patient/FranzMusterNeedsAbsoluteUrl" ] ]; fhir:List.date [ fhir:value "2020-06-29T12:01:30+00:00"^^xsd:dateTime]; fhir:List.entry [ fhir:index 0; fhir:List.entry.item [ fhir:link ; fhir:Reference.reference [ fhir:value "DocumentReference/2-7-DocRefMedicationCard" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------