CH EMS (R4)
1.9.0 - Standard for Trial Use

This page is part of the CH EMS (R4) (v1.9.0: STU) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

1 Peter Muster - 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:Patient;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "1-PeterMuster"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient>     ]
  ];
  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>: 1-PeterMuster</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 7560123123499, Medical record number: 762354</p><p><b>name</b>: Peter Muster (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1961-10-01</p><p><b>address</b>: Bahnhofstrasse Zürich 8003 Schweiz (HOME)</p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Name</b></td></tr><tr><td>*</td><td></td><td>Erika Muster </td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin" ];
     fhir:Extension.valueAddress [
       fhir:Address.city [ fhir:value "Musterdorf" ];
       fhir:Address.state [ fhir:value "ZH" ]     ]
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.32" ];
     fhir:Identifier.value [ fhir:value "7560123123499" ]
  ], [
     fhir:index 1;
     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.5.30.1.9999999999.2" ];
     fhir:Identifier.value [ fhir:value "762354" ]
  ];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "official" ];
     fhir:HumanName.family [
       fhir:value "Muster";
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name" ];
         fhir:Extension.valueCode [ fhir:value "officialName" ]       ]     ];
     fhir:HumanName.given [
       fhir:value "Peter";
       fhir:index 0;
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname" ];
         fhir:Extension.valueCode [ fhir:value "officialFirstName" ]       ]     ]
  ];
  fhir:Patient.gender [ fhir:value "male"];
  fhir:Patient.birthDate [ fhir:value "1961-10-01"^^xsd:date];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.use [ fhir:value "home" ];
     fhir:Address.line [
       fhir:value "Bahnhofstrasse";
       fhir:index 0;
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ];
         fhir:Extension.valueString [ fhir:value "1" ]       ]     ];
     fhir:Address.city [ fhir:value "Zürich" ];
     fhir:Address.postalCode [ fhir:value "8003" ];
     fhir:Address.country [
       fhir:value "Schweiz";
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding" ];
         fhir:Extension.valueCoding [
           fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
           fhir:Coding.code [ fhir:value "CH" ]         ]       ]     ]
  ];
  fhir:Patient.contact [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-personrole" ];
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a sct:74964007;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
           fhir:Coding.code [ fhir:value "74964007" ];
           fhir:Coding.display [ fhir:value "Other" ]         ];
         fhir:CodeableConcept.text [ fhir:value "Ehefrau" ]       ]     ];
     fhir:Patient.contact.name [
       fhir:HumanName.family [ fhir:value "Muster" ];
       fhir:HumanName.given [
         fhir:value "Erika";
         fhir:index 0       ]     ]
  ].

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

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