eHealth Infrastructure
2021.3.0 - build

eHealth Infrastructure - Local Development build (v2021.3.0). See the Directory of published versions

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

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

 a fhir:Patient;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "291"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.profile [
       fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-skrs-patient";
       fhir:index 0;
       fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-skrs-patient>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Name and address protection</b>: Aug 19, 2021 1:22:44 PM --&gt; Aug 23, 2021 1:22:44 PM</p><p><b>identifier</b>: id: 1908560343 (OFFICIAL)</p><p><b>address</b>: Aalborg (HOME)</p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-nameandaddressprotection" ];
     fhir:Extension.valuePeriod [
       fhir:Period.start [ fhir:value "2021-08-19T15:22:44+02:00"^^xsd:dateTime ];
       fhir:Period.end [ fhir:value "2021-08-23T15:22:44+02:00"^^xsd:dateTime ]     ]
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "urn:oid:1.2.208.176.1.2" ];
     fhir:Identifier.value [ fhir:value "1908560343" ]
  ];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.use [ fhir:value "home" ];
     fhir:Address.city [ fhir:value "Aalborg" ]
  ].

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

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