eHealth Infrastructure latest - ci-build
eHealth Infrastructure - Local Development build (vlatest) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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:id [ fhir:v "patient01"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient"^^xsd:anyURI ; fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Nancy Ann Berggren (OFFICIAL)</b> unknown, DoB Unknown ( id: <a href=\"NamingSystem-cpr.html\">#</a>2512489996 (use: OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>NemSMS</li><li>eBoks</li><li>Tårnhøjvej 47 Landet Aalborg Øst 9220 Danmark (HOME)</li></ul></td></tr></table></div>" ] ; # 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 "2512489996" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Berggren" ] ; ( fhir:given [ fhir:v "Nancy" ] [ fhir:v "Ann" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "other" ] ; fhir:value [ fhir:v "NemSMS" ] ] [ fhir:system [ fhir:v "other" ] ; fhir:value [ fhir:v "eBoks" ] ] ) ; # fhir:gender [ fhir:v "unknown"] ; # fhir:address ( [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.dk/fhir/core/StructureDefinition/dk-core-municipalityCodes"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "0330" ] ] ) ] ] [ fhir:url [ fhir:v "http://hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://hl7.dk/fhir/core/CodeSystem/dk-core-regional-subdivision-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "DK-85" ] ] ) ] ] ) ; fhir:use [ fhir:v "home" ] ; ( fhir:line [ fhir:v "Tårnhøjvej 47" ] [ fhir:v "Landet" ] ) ; fhir:city [ fhir:v "Aalborg Øst" ] ; fhir:postalCode [ fhir:v "9220" ] ; fhir:country [ fhir:v "Danmark" ] ] ) . #