FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Practitioner |
| Id | Practitioner-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner example2
Profile: AU Base Practitioner
name: Peter Winslow
| Identifier | Code | Issuer |
| Ahpra Registration Number/MED0000932847 | Ahpra Pathology | Australian Health Practitioner Regulation Agency |
{
"resourceType": "Practitioner",
"id": "example2",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Winslow",
"given": [
"Peter"
],
"prefix": [
"Dr"
]
}
],
"qualification": [
{
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "AHPRA",
"display": "Australian Health Practitioner Regulation Agency Registration Number"
}
],
"text": "Ahpra Registration Number"
},
"system": "http://hl7.org.au/id/ahpra-registration-number",
"value": "MED0000932847"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0360",
"code": "AHPRA",
"display": "Ahpra Registration"
}
],
"text": "Ahpra Pathology"
},
"issuer": {
"display": "Australian Health Practitioner Regulation Agency"
}
}
]
}