FHIR IG analytics| Package | fhir.ph.core |
| Resource Type | Practitioner |
| Id | Practitioner-example-practitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Practitioner",
"id": "example-practitioner",
"meta": {
"profile": [
"http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Santos",
"given": [
"Maria",
"Clara"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+63-912-345-6789",
"use": "mobile"
},
{
"system": "email",
"value": "maria.santos@example.ph",
"use": "work"
}
],
"address": [
{
"use": "home",
"line": [
"1234 Mabini Street"
],
"city": "Manila",
"state": "NCR",
"postalCode": "1000",
"country": "PH"
}
],
"gender": "female",
"birthDate": "1985-05-15"
}