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

Dr. Patricia Tulio

\n

Pathologist

\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-I8003619900015717
Employee Id.PTRLSNSW765301
Phone(02) 5550 8994
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 "8003619900015717" ] ] [ 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 "PTRLSNSW765301" ] ; fhir:assigner [ fhir:display [ fhir:v "Metropolitan Laboratories Sydney" ] ] ] ) ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/tulio-patricia" ] ; fhir:display [ fhir:v "Dr. Patricia Tulio" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/metro-nsw-path-lab" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:61207006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "61207006" ] ; fhir:display [ fhir:v "Medical pathologist" ] ] ) ; fhir:text [ fhir:v "Pathologist" ] ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/metro-nsw-path-lab" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "(02) 5550 9994" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(02) 5550 8994" ] ] ) . # # -------------------------------------------------------------------------------------