@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PJ1Patient"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://elga.moped.at/StructureDefinition/MopedPatient"^^xsd:anyURI ; fhir:l ] [ fhir:v "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-patient"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: Patient PJ1Patient

Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)


Contact DetailBaumgasse 20a Wien Wien 1030 AUT (home)
Patient Citizenship:
  • code: Österreich
"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:extension ( [ fhir:url [ fhir:v "code"^^xsd:anyURI ; fhir:l fhir:code ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://termgit.elga.gv.at/CodeSystem/iso-3166-1-alpha-3"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "AUT" ] ; fhir:display [ fhir:v "Österreich" ] ] ) ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-citizenship"^^xsd:anyURI ; fhir:l ] ] ) ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "SS" ] ; fhir:display [ fhir:v "Social Security Number" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:1.2.40.0.10.1.4.3.1"^^xsd:anyURI ; fhir:l ] ; fhir:value [ fhir:v "9994210469" ] ; fhir:assigner [ fhir:display [ fhir:v "Dachverband der österreichischen Sozialversicherungsträger" ] ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Susi" ] ; fhir:given ( [ fhir:v "Sonnenschein" ] ) ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1969-04-21"^^xsd:date] ; # fhir:address ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:String ; fhir:v "90301" ] ] ) ; fhir:use [ fhir:v "home" ] ; fhir:line ( [ fhir:v "Baumgasse 20a" ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:String ; fhir:v "Baumgasse" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:String ; fhir:v "20a" ] ] ) ] ) ; fhir:city [ fhir:v "Wien" ] ; fhir:state [ fhir:v "Wien" ] ; fhir:postalCode [ fhir:v "1030" ] ; fhir:country [ fhir:v "AUT" ] ] ) . # # -------------------------------------------------------------------------------------