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

Generated Narrative: Practitioner HL7ATCorePractitionerExample01

identifier: Uniform Resource Identifier (URI)/urn:oid:1.2.40.0.34.99.4613.4, urn:oid:1.2.40.0.10.1.4.3.2/987654321

active: true

name: Melanie Musterärztin

telecom: office@musterpraxis.at, +436500987654321

gender: Female

address: Mozartgasse 8 Stiege 2 St. Wolfgang Salzburg 5350 AUT (work)

"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ; fhir:l ] ; fhir:value [ fhir:v "urn:oid:1.2.40.0.34.99.4613.4" ] ; fhir:assigner [ fhir:display [ fhir:v "Bundesministerium für Gesundheit" ] ] ] [ fhir:system [ fhir:v "urn:oid:1.2.40.0.10.1.4.3.2"^^xsd:anyURI ; fhir:l ] ; fhir:value [ fhir:v "987654321" ] ; fhir:assigner [ fhir:display [ fhir:v "Dachverband der österreichischen Sozialversicherungsträger" ] ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:name ( [ fhir:family [ fhir:v "Musterärztin" ] ; fhir:given ( [ fhir:v "Melanie" ] ) ; fhir:prefix ( [ fhir:v "Prof. Dr." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "office@musterpraxis.at" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+436500987654321" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:address ( [ fhir:use [ fhir:v "work" ] ; fhir:type [ fhir:v "both" ] ; fhir:line ( [ fhir:v "Mozartgasse 8 Stiege 2" ; 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 "Mozartgasse" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:String ; fhir:v "8" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:String ; fhir:v "Stiege 2" ] ] [ fhir:url [ fhir:v "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-additionalInformation"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:String ; fhir:v "Barrierefreier Zugang" ] ] ) ] ) ; fhir:city [ fhir:v "St. Wolfgang" ] ; fhir:state [ fhir:v "Salzburg" ] ; fhir:postalCode [ fhir:v "5350" ] ; fhir:country [ fhir:v "AUT" ] ] ) . # # -------------------------------------------------------------------------------------