@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PJ2Patient"] ; # 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 PJ2Patient

Santiago Schnabeltier Test (official) Male, DoB: 1985-03-19 ( Social Security Number: 2873111374)


Contact DetailErnst-Melchior-Gasse 22/5/506 Wien Wien 1020 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 "2873111374" ] ; fhir:assigner [ fhir:display [ fhir:v "Dachverband der österreichischen Sozialversicherungsträger" ] ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Schnabeltier Test" ] ; fhir:given ( [ fhir:v "Santiago" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1985-03-19"^^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 "90201" ] ] ) ; fhir:use [ fhir:v "home" ] ; fhir:line ( [ fhir:v "Ernst-Melchior-Gasse 22/5/506" ; 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 "Ernst-Melchior-Gasse" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:String ; fhir:v "22/5/506" ] ] ) ] ) ; fhir:city [ fhir:v "Wien" ] ; fhir:state [ fhir:v "Wien" ] ; fhir:postalCode [ fhir:v "1020" ] ; fhir:country [ fhir:v "AUT" ] ] ) . # # -------------------------------------------------------------------------------------