FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Practitioner |
| Id | Practitioner-GeneralPractitionerExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner GeneralPractitionerExample
Profile: Practitioner - General Practitioner
name: Tom Junes Smith
telecom: ph: 27537652509(Work), someone@something.org
{
"resourceType": "Practitioner",
"id": "GeneralPractitionerExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Smith",
"given": [
"Tom",
"Junes"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "27537652509",
"use": "work"
},
{
"system": "email",
"value": "someone@something.org",
"use": "home"
}
]
}