@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-sinclair-zane"] ; # 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-sinclair-zane

identifier: HPI-I/8003611566708354

name: Zane Sinclair

telecom: zsin@gmail.com

address: 87 Western Esp Tindal RAAF NT 0853 AU

gender: Male

birthDate: 1955-03-08

" ] ; # 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 "8003611566708354" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Sinclair" ] ; fhir:given ( [ fhir:v "Zane" ] ) ; fhir:prefix ( [ fhir:v "Mr." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "zsin@gmail.com" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:line ( [ fhir:v "87 Western Esp" ] ) ; fhir:city [ fhir:v "Tindal RAAF" ] ; fhir:state [ fhir:v "NT" ] ; fhir:postalCode [ fhir:v "0853" ] ; fhir:country [ fhir:v "AU" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1955-03-08"^^xsd:date] . # # -------------------------------------------------------------------------------------