CH EPR mHealth (R4)
0.1.1 - Draft Standard for Trial Use

This page is part of the CH EPR mHealth (R4) (v0.1.1: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Document Reference for MedicationCard - TTL Representation

(back to description)

Raw ttl

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 "2-7-DocRefMedicationCard"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-query-comprehensive-documentreference";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-query-comprehensive-documentreference>     ], [
       fhir:value "http://ihe.net/fhir/ihe.mhd.fhir/StructureDefinition/IHE.MHD.Query.Comprehensive.DocumentReference";
       fhir:index 1;
       fhir:link <http://ihe.net/fhir/ihe.mhd.fhir/StructureDefinition/IHE.MHD.Query.Comprehensive.DocumentReference>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: 2-7-DocRefMedicationCard</p><p><b>meta</b>: </p><p><b>masterIdentifier</b>: id: urn:oid:1.3.6.1.4.1.12559.11.13.2.1.2951</p><p><b>identifier</b>: id: urn:uuid:50383ae5-49e5-4dea-b0e6-660cb9e7b91f (OFFICIAL)</p><p><b>status</b>: current</p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 721912009}\">Medication summary document (record artifact)</span></p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 422735006}\">Summary clinical document (record artifact)</span></p><p><b>subject</b>: <span></span></p><p><b>date</b>: Jun 29, 2020, 1:58:00 PM</p><p><b>description</b>: 2-7-MedicationCard</p><p><b>securityLabel</b>: <span title=\"Codes: {http://snomed.info/sct 17621005}\">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><span title=\"{urn:oid:1.3.6.1.4.1.19376.1.2.3 urn:ihe:pharm:pml:2013}\">Community Medication List</span></td></tr></table><h3>Contexts</h3><table class=\"grid\"><tr><td>-</td><td><b>FacilityType</b></td><td><b>PracticeSetting</b></td><td><b>SourcePatientInfo</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 264358009}\">General practice premises (environment)</span></td><td><span title=\"Codes: {http://snomed.info/sct 394802001}\">General medicine (qualifier value)</span></td><td><a name=\"1\"> </a><blockquote><p><b>id</b>: 1</p><p><b>identifier</b>: Medical record number: 8734 (USUAL)</p></blockquote></td></tr></table></div>"
  ];
  fhir:DomainResource.contained [
     a fhir:Patient;
     fhir:index 0;
     fhir:Resource.id [ fhir:value "1" ];
     fhir:Patient.identifier [
       fhir:index 0;
       fhir:Identifier.use [ fhir:value "usual" ];
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
           fhir:Coding.code [ fhir:value "MR" ]         ]       ];
       fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.888888.3.1" ];
       fhir:Identifier.value [ fhir:value "8734" ]     ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-ext-deletionstatus" ];
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-epr-mhealth/CodeSysteme/ch-ehealth-codesystem-deletionstatus" ];
       fhir:Coding.code [ fhir:value "deletionNotRequested" ]     ]
  ];
  fhir:DocumentReference.masterIdentifier [
     fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.12559.11.13.2.1.2951" ]
  ];
  fhir:DocumentReference.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:50383ae5-49e5-4dea-b0e6-660cb9e7b91f" ]
  ];
  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.identifier [
       fhir:Identifier.system [ fhir:value "urn:oid:1.3.6.1.4.1.21367.13.20.3000" ];
       fhir:Identifier.value [ fhir:value "IHEBLUE-2611" ]     ]
  ];
  fhir:DocumentReference.date [ fhir:value "2020-06-29T11:58:00.000+00:00"^^xsd:dateTime];
  fhir:DocumentReference.description [ fhir:value "2-7-MedicationCard"];
  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 "text/xml" ];
       fhir:Attachment.language [ fhir:value "de-CH" ];
       fhir:Attachment.url [ fhir:value "http://test.fhir.ch/camel/xdsretrieve?uniqueId=1.3.6.1.4.1.12559.11.13.2.1.2951&repositoryUniqueId=1.1.4567332.1.2" ];
       fhir:Attachment.size [ fhir:value "309219"^^xsd:nonNegativeInteger ];
       fhir:Attachment.hash [ fhir:value "YzY3ZDg2MTVmNjA2MzlkMTdkMzM2NGIwNDRhYzkxMzk2ZmQ4NDllOQ=="^^xsd:base64Binary ];
       fhir:Attachment.creation [ fhir:value "2020-06-29T11:58:00+00:00"^^xsd:dateTime ]     ];
     fhir:DocumentReference.content.format [
       fhir:Coding.system [ fhir:value "urn:oid:1.3.6.1.4.1.19376.1.2.3" ];
       fhir:Coding.code [ fhir:value "urn:ihe:pharm:pml:2013" ];
       fhir:Coding.display [ fhir:value "Community Medication List" ]     ]
  ];
  fhir:DocumentReference.context [
     fhir:DocumentReference.context.facilityType [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:264358009;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "264358009" ];
         fhir:Coding.display [ fhir:value "General practice premises (environment)" ]       ]     ];
     fhir:DocumentReference.context.practiceSetting [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:394802001;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "394802001" ];
         fhir:Coding.display [ fhir:value "General medicine (qualifier value)" ]       ]     ];
     fhir:DocumentReference.context.sourcePatientInfo [
       fhir:Reference.reference [ fhir:value "#1" ]     ]
  ].

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

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