@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "6800bda462034a9a8123e3dc48c61d53"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://fhir.hl7.at/linkedcare/StructureDefinition/at-core-patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Günter Gürtelthier(OFFICIAL) male, DoB: 2001-10-24 ( id: 2410011234)


Active:true
Contact Details:
  • ph: 00436641234567(MOBILE)
  • Musterstrasse 123/4 Vienna 1100 AT (HOME)
Links:
  • Managing Organization: : Haus Vogelsang
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:1.2.40.0.10.1.4.3.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "2410011234" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:text [ fhir:v "Günter Gürtelthier" ] ; fhir:family [ fhir:v "Gürtelthier" ] ; fhir:given ( [ fhir:v "Walter" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "00436641234567" ] ; fhir:use [ fhir:v "mobile" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "2001-10-24"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:type [ fhir:v "both" ] ; fhir:line ( [ fhir:v "Musterstrasse 123/4" ] ) ; fhir:city [ fhir:v "Vienna" ] ; fhir:postalCode [ fhir:v "1100" ] ; fhir:country [ fhir:v "AT" ] ] ) ; # fhir:managingOrganization [ fhir:identifier [ fhir:system [ fhir:v "urn:oid:1.2.40.0.34.5.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "2.999.40.0.34.1.1.1" ] ] ; fhir:display [ fhir:v "Haus Vogelsang" ] ] . # # -------------------------------------------------------------------------------------