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

2 Einsatzort - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Location;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "2-Einsatzort"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-location";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-location>     ]
  ];
  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-Einsatzort</p><p><b>meta</b>: </p><p><b>name</b>: Sternen Oerlikon</p><p><b>address</b>: Schaffhauserstr. 350 Zürich 8050 CH </p></div>"
  ];
  fhir:Location.name [ fhir:value "Sternen Oerlikon"];
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "Schaffhauserstr. 350";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Zürich" ];
     fhir:Address.postalCode [ fhir:value "8050" ];
     fhir:Address.country [ fhir:value "CH" ]
  ].

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

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