FHIR IG analytics| Package | hl7.fhir.au.pd |
| Resource Type | Practitioner |
| Id | Practitioner-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner example0
Profile: AU PD Practitioner
identifier: HPI-I/8003610833334085, Prescriber Number/453221
active: true
name: Helen Mayo
telecom: helen.mayo@downunderhospital.com.au
address: 3 McGregor Street Blacktown NSW 2148 Australia (work)
{
"resourceType": "Practitioner",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/pd/StructureDefinition/au-pd-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NPI"
}
],
"text": "HPI-I"
},
"system": "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value": "8003610833334085"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "PRES"
}
],
"text": "Prescriber Number"
},
"system": "http://ns.electronichealth.net.au/id/medicare-prescriber-number",
"value": "453221"
}
],
"active": true,
"name": [
{
"use": "usual",
"family": "Mayo",
"given": [
"Helen"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "email",
"value": "helen.mayo@downunderhospital.com.au",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"3 McGregor Street"
],
"city": "Blacktown",
"state": "NSW",
"postalCode": "2148",
"country": "Australia"
}
]
}