FHIR IG analytics| Package | ihe.qrph.ccg |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-123.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-123
Profile: CCG Data-In Bundle Practitioner
identifier: http://example.org/ids/Practitioner-123
name: Doctor Doctor
address: 123 Anystreet, Yourtown, Ontario, Canada M0P4H1
{
"resourceType": "Practitioner",
"id": "Practitioner-123",
"meta": {
"profile": [
"https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/ids",
"value": "Practitioner-123"
}
],
"name": [
{
"text": "Doctor Doctor"
}
],
"address": [
{
"text": "123 Anystreet, Yourtown, Ontario, Canada M0P4H1"
}
]
}