FHIR IG analytics| Package | hl7.fhir.eu.base-r5 |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-eu-core-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-eu-core-example
Profile: Practitioner (EU core)
name: John Doe
gender: Male
birthDate: 1970-01-01
{
"resourceType": "Practitioner",
"id": "practitioner-eu-core-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/base-r5/StructureDefinition/practitioner-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1970-01-01"
}