CH EPR mHealth (R4)
1.1.0 - DSTU 2 Informative Ballot Switzerland flag

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

: SubmissionSet (List) for MedicationCard - TTL Representation

Raw ttl | Download


@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: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 <http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-submissionset-comprehensive>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"clstu\"><tr><td>Date: Jun 29, 2020, 2:01:30 PMMode: workingStatus: currentCode: SubmissionSet as a FHIR List</td></tr><tr><td>Subject: http://example.org/Patient/FranzMusterNeedsAbsoluteUrl</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"DocumentReference-2-7-DocRefMedicationCard.html\">DocumentReference/2-7-DocRefMedicationCard</a></td></tr></table></div>"
  ];
  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 <http://example.org/Patient/FranzMusterNeedsAbsoluteUrl>;
     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:Reference.reference [ fhir:value "DocumentReference/2-7-DocRefMedicationCard" ]     ]
  ].

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

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