FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Practitioner |
| Id | Practitioner-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner example1
Profile: AU Base Practitioner
name: Steve Smith
| Identifier | Code | Issuer |
| Ahpra Registration Number/MED0000932846 | Ahpra Diagnostic Radiology | Ahpra |
{
"resourceType": "Practitioner",
"id": "example1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Smith",
"given": [
"Steve"
],
"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": "MED0000932846"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0360",
"code": "AHPRA",
"display": "Ahpra Registration"
}
],
"text": "Ahpra Diagnostic Radiology"
},
"issuer": {
"display": "Ahpra"
}
}
]
}