@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "freeman-george"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner freeman-george

identifier: HPI-I/8003619900015717

name: George Freeman (Official)

telecom: gfreeman@example.birdsvillehosp.com.au

Qualifications

-ExtensionIdentifierCode
*AHPRA Registration Number/MED0000932850Medical Practitioner
" ] ; # 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 "8003619900015717" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Freeman" ] ; fhir:given ( [ fhir:v "George" ] ) ; fhir:suffix ( [ fhir:v "M.D." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "gfreeman@example.birdsvillehosp.com.au" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:qualification ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ahpraprofession-details"^^xsd:anyURI ] ; fhir:extension ( [ fhir:url [ fhir:v "ahpraProfession"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:text [ fhir:v "Medical Practitioner" ] ] ] ) ] ) ; fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "AHPRA" ] ; fhir:display [ fhir:v "Australian Health Practitioner Regulation Agency Registration Number" ] ] ) ; fhir:text [ fhir:v "AHPRA Registration Number" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/ahpra-registration-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "MED0000932850" ] ] ) ; fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0360"^^xsd:anyURI ] ; fhir:code [ fhir:v "AUAHPRAProfession" ] ] ) ; fhir:text [ fhir:v "Medical Practitioner" ] ] ] ) . # # -------------------------------------------------------------------------------------