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

Generated Narrative: Patient Patient42

Patient42 Patient42FamilienName Male, DoB: 1937-12-31 ( Social Security Number: 123456)


Patient Citizenship:
  • code: AUT
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:extension ( [ fhir:url [ fhir:v "code"^^xsd:anyURI ] ; 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:code [ fhir:v "AUT" ] ] ) ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-citizenship"^^xsd:anyURI ] ] ) ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; 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:value [ fhir:v "123456" ] ; fhir:assigner [ fhir:display [ fhir:v "Dachverband der österreichischen Sozialversicherungsträger" ] ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Patient42FamilienName" ] ; fhir:given ( [ fhir:v "Patient42" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1937-12-31"^^xsd:date] . # # -------------------------------------------------------------------------------------