@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- # Compliant with HI Test Data in Vendor Environment a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "hi-testdata-kirkland-phoebe"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitioner-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner hi-testdata-kirkland-phoebe

identifier: HPI-I/8003618233375103

name: Phoebe KIRKLAND

address: 42 Maple Qy TOIBERRY TAS 7301 AU

gender: Female

birthDate: 1974-10-24

Qualifications

-CodeIssuer
*Bachelor of Science (Oral Health Therapy)Example University 01
" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NPI" ] ; fhir:display [ fhir:v "National provider identifier" ] ] ) ; fhir:text [ fhir:v "HPI-I" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003618233375103" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "KIRKLAND" ] ; fhir:given ( [ fhir:v "Phoebe" ] ) ] ) ; # fhir:address ( [ fhir:line ( [ fhir:v "42 Maple Qy" ] ) ; fhir:city [ fhir:v "TOIBERRY" ] ; fhir:state [ fhir:v "TAS" ] ; fhir:postalCode [ fhir:v "7301" ] ; fhir:country [ fhir:v "AU" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1974-10-24"^^xsd:date] ; # fhir:qualification ( [ fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360|2.7"^^xsd:anyURI ] ; fhir:code [ fhir:v "BS" ] ; fhir:display [ fhir:v "Bachelor of Science" ] ] ) ; fhir:text [ fhir:v "Bachelor of Science (Oral Health Therapy)" ] ] ; fhir:issuer [ fhir:display [ fhir:v "Example University 01" ] ] ] ) . # # -------------------------------------------------------------------------------------