FHIR IG analytics| Package | hl7.fhir.au.ereq |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-pathologist-herbert-aimee.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole pathologist-herbert-aimee
Profile: AU eRequesting PractitionerRole
identifier: Medicare Provider Number/2448391X
practitioner: Practitioner Aimee Herbert
organization: Organization Kioma Pathology
code: Pathologist
telecom: ph: (07) 7010 37 53, aimee.herbert@kiomapathology.example.net
{
"resourceType": "PractitionerRole",
"id": "pathologist-herbert-aimee",
"meta": {
"profile": [
"http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "UPIN",
"display": "Medicare Provider Number"
}
],
"text": "Medicare Provider Number"
},
"system": "http://ns.electronichealth.net.au/id/medicare-provider-number",
"value": "2448391X"
}
],
"practitioner": {
"reference": "Practitioner/herbert-aimee"
},
"organization": {
"reference": "Organization/kioma-pathology"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "61207006",
"display": "Medical pathologist"
}
],
"text": "Pathologist"
}
],
"telecom": [
{
"system": "phone",
"value": "(07) 7010 37 53"
},
{
"system": "email",
"value": "aimee.herbert@kiomapathology.example.net"
}
]
}