@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "brown-robert-haematologist"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-author-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
\n

Dr. Robert Brown

\n

Haematologist

\n

Metropolitan Laboratories Sydney

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
HPI-I8003614900041243
Employee Id.RBRLSNSW765301
Phone0491 578 888
Fax(02) 5550 9994
Address1342 Sydney St, Randwick, NSW, 2031
\n
" ] ; # 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 "8003614900041243" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "EI" ] ; fhir:display [ fhir:v "Employee number" ] ] ) ; fhir:text [ fhir:v "Employee Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/abn-scoped/service-provider-individual/1.0/41824753000"^^xsd:anyURI ] ; # Invalid ABN format that passes profile validation used as the fictitious ABN to avoid introducing ambiguity with real world organisations fhir:value [ fhir:v "RBRLSNSW765301" ] ; fhir:assigner [ fhir:display [ fhir:v "Metropolitan Laboratories Sydney" ] ] ] ) ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/brown-robert" ] ; fhir:display [ fhir:v "Dr. Robert Brown" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/metro-nsw-path-lab" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:40204001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "40204001" ] ; fhir:display [ fhir:v "Haematologist" ] ] ) ; fhir:text [ fhir:v "Haematologist" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(02) 5550 8994" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------