@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "291"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:profile ( [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-skrs-patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Anonymous Patient (no stated gender), DoB Unknown ( id: #1908560343 (use: OFFICIAL))


Contact Detail:Aalborg (HOME)
Name and address protection:
  • 2021-08-19 15:22:44+0200 --> 2021-08-23 15:22:44+0200
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-nameandaddressprotection"^^xsd:anyURI ] ; fhir:value [ a fhir:Period ; fhir:start [ fhir:v "2021-08-19T15:22:44+02:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2021-08-23T15:22:44+02:00"^^xsd:dateTime ] ] ] ) ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "urn:oid:1.2.208.176.1.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "1908560343" ] ] ) ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:city [ fhir:v "Aalborg" ] ] ) . # # -------------------------------------------------------------------------------------