FHIR IG analytics| Package | myhealth.eu.fhir.core |
| Resource Type | Practitioner |
| Id | Practitioner-b06b2c2c-15dd-4e58-b27e-37326ba51407.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner b06b2c2c-15dd-4e58-b27e-37326ba51407
Profile: Practitioner (Core)
name: Anna Smith
| Code |
| Doctor of Medicine |
{
"resourceType": "Practitioner",
"id": "b06b2c2c-15dd-4e58-b27e-37326ba51407",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/core/StructureDefinition/practitioner-myhealtheu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Smith",
"given": [
"Anna"
]
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "MD",
"display": "Doctor of Medicine"
}
]
}
}
]
}