CH EMED (R4)
0.1.0 - Draft Standard for Trial Use
This page is part of the CH EMED (R4) (v0.1.0: DSTU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions
Source view
@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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:DocumentReference; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "DocRef-2-1-MedicationList"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-documentreference-epr"; fhir:index 0; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-documentreference-epr> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: DocRef-2-1-MedicationList</p><p><b>meta</b>: </p><p><b>status</b>: current</p><p><b>type</b>: Medication summary document (record artifact) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '721912009' = 'Medication summary document (record artifact)', given as 'Medication summary document (record artifact)'})</span></p><p><b>category</b>: Summary clinical document (record artifact) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '422735006' = 'Summary clinical document (record artifact)', given as 'Summary clinical document (record artifact)'})</span></p><p><b>subject</b>: <a href=\"Patient-MonikaWegmueller.html\">Generated Summary: id: MonikaWegmueller; Medical record number = 11111111; Monika Wegmüller ; gender: female; birthDate: 1943-05-15</a></p><p><b>date</b>: Feb 4, 2012, 1:55:00 PM</p><p><b>author</b>: <a href=\"Practitioner-FamilienHausarzt.html\">Generated Summary: id: FamilienHausarzt; 7601000234438; Familien Hausarzt </a></p><p><b>securityLabel</b>: Normal (qualifier value) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '17621005' = 'Normal', given as 'Normal (qualifier value)'})</span></p><h3>Contents</h3><table class=\"grid\"><tr><td>-</td><td><b>Attachment</b></td><td><b>Format</b></td></tr><tr><td>*</td><td></td><td>Unstructured EPR document (Details: urn:oid:2.16.756.5.30.1.127.3.10.10 code urn:che:epr:EPR_Unstructured_Document = 'Unstructured EPR document', stated as 'Unstructured EPR document')</td></tr></table></div>" ]; fhir:DocumentReference.status [ fhir:value "current"]; fhir:DocumentReference.type [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:721912009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "721912009" ]; fhir:Coding.display [ fhir:value "Medication summary document (record artifact)" ] ] ]; fhir:DocumentReference.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:422735006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "422735006" ]; fhir:Coding.display [ fhir:value "Summary clinical document (record artifact)" ] ] ]; fhir:DocumentReference.subject [ fhir:Reference.reference [ fhir:value "Patient/MonikaWegmueller" ] ]; fhir:DocumentReference.date [ fhir:value "2012-02-04T13:55:00.000+01:00"^^xsd:dateTime]; fhir:DocumentReference.author [ fhir:index 0; fhir:Reference.reference [ fhir:value "Practitioner/FamilienHausarzt" ] ]; fhir:DocumentReference.securityLabel [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:17621005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "17621005" ]; fhir:Coding.display [ fhir:value "Normal (qualifier value)" ] ] ]; fhir:DocumentReference.content [ fhir:index 0; fhir:DocumentReference.content.attachment [ fhir:Attachment.contentType [ fhir:value "application/pdf" ]; fhir:Attachment.language [ fhir:value "de-CH" ]; fhir:Attachment.url [ fhir:value "http://www.fhir.ch/examples/2-1-MedicationList.pdf" ] ]; fhir:DocumentReference.content.format [ fhir:Coding.system [ fhir:value "urn:oid:2.16.756.5.30.1.127.3.10.10" ]; fhir:Coding.code [ fhir:value "urn:che:epr:EPR_Unstructured_Document" ]; fhir:Coding.display [ fhir:value "Unstructured EPR document" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.