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

DocumentManifest 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:DocumentManifest;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "2-7-DocManMedicationCard"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-comprehensive-documentmanifest";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-comprehensive-documentmanifest>     ], [
       fhir:value "http://ihe.net/fhir/ihe.mhd.fhir/StructureDefinition/IHE.MHD.Comprehensive.DocumentManifest";
       fhir:index 1;
       fhir:link <http://ihe.net/fhir/ihe.mhd.fhir/StructureDefinition/IHE.MHD.Comprehensive.DocumentManifest>     ]
  ];
  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-DocManMedicationCard</p><p><b>meta</b>: </p><p><b>masterIdentifier</b>: id: urn:oid:1.3.6.1.4.1.12559.11.13.2.6.2949</p><p><b>identifier</b>: id: urn:uuid:8c3e40b2-3cf9-4980-b4fb-cc84ba8a181a</p><p><b>status</b>: current</p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 71388002}\">Procedure (procedure)</span></p><p><b>subject</b>: <span></span></p><p><b>created</b>: Jun 29, 2020, 2:01:30 PM</p><p><b>source</b>: <a href=\"urn:oid:1.3.6.1.4.1.12559.11.13.2.5\">urn:oid:1.3.6.1.4.1.12559.11.13.2.5</a></p><p><b>content</b>: <span></span></p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     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:DocumentManifest.masterIdentifier [
     fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.12559.11.13.2.6.2949" ]
  ];
  fhir:DocumentManifest.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:8c3e40b2-3cf9-4980-b4fb-cc84ba8a181a" ]
  ];
  fhir:DocumentManifest.status [ fhir:value "current"];
  fhir:DocumentManifest.type [
     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:DocumentManifest.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:DocumentManifest.created [ fhir:value "2020-06-29T12:01:30+00:00"^^xsd:dateTime];
  fhir:DocumentManifest.source [ fhir:value "urn:oid:1.3.6.1.4.1.12559.11.13.2.5"];
  fhir:DocumentManifest.content [
     fhir:index 0;
     fhir:Reference.type [ fhir:value "DocumentReference" ];
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
       fhir:Identifier.value [ fhir:value "urn:uuid:50383ae5-49e5-4dea-b0e6-660cb9e7b91f" ]     ]
  ].

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

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