This page is part of the AU eRequesting (v0.2.0-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
: PractitionerRole - Pathologist - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "aimee-herbert-pathologist"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole aimee-herbert-pathologist</b></p><a name=\"aimee-herbert-pathologist\"> </a><a name=\"hcaimee-herbert-pathologist\"> </a><a name=\"aimee-herbert-pathologist-en-AU\"> </a><p><b>identifier</b>: Medicare Provider Number/2448391X</p><p><b>practitioner</b>: <a href=\"Practitioner-aimee-herbert.html\">Practitioner Aimee Herbert </a></p><p><b>organization</b>: <a href=\"Organization-kioma-pathology.html\">Organization Kioma Pathology</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 61207006}\">Pathologist</span></p><p><b>telecom</b>: ph: (07) 7010 37 53, <a href=\"mailto:aimee.herbert@kiomapathology.example.net\">aimee.herbert@kiomapathology.example.net</a></p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPIN" ] ;
fhir:display [ fhir:v "Medicare Provider Number" ] ] ) ;
fhir:text [ fhir:v "Medicare Provider Number" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2448391X" ]
] ) ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/aimee-herbert" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/kioma-pathology" ]
] ; #
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:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(07) 7010 37 53" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "aimee.herbert@kiomapathology.example.net" ]
] ) . #