FHIR IG analytics| Package | ca.infoway.io.psca |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner1-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "practitioner1-example"
Profile: Practitioner Profile (General)
identifier: id: 874635264
name: Patrick Pump (OFFICIAL)
telecom: ph: 020556936(WORK), example@eg.com
{
"resourceType": "Practitioner",
"id": "practitioner1-example",
"meta": {
"profile": [
"http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.org/practitioners",
"value": "874635264"
}
],
"name": [
{
"use": "official",
"family": "Pump",
"given": [
"Patrick"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "020556936",
"use": "work"
},
{
"system": "email",
"value": "example@eg.com",
"use": "work"
}
]
}