FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Practitioner |
| Id | Practitioner-au-core-practitioner-conformant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner au-core-practitioner-conformant
identifier: http://ns.electronichealth.net.au/id/hi/hpii/1.0/8003621234567890
name: Perry Frog(Official)
gender: Male
| Code |
| Doctor of Medicine |
{
"resourceType": "Practitioner",
"id": "au-core-practitioner-conformant",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value": "8003621234567890"
}
],
"name": [
{
"use": "official",
"text": "Perry Frog",
"family": "Frog",
"given": [
"Perry"
]
}
],
"gender": "male",
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"version": "2.7",
"code": "MD",
"display": "Doctor of Medicine"
}
],
"text": "Doctor of Medicine"
}
}
]
}