FHIR IG analytics| Package | hl7.eu.fhir.xshare-careplan |
| Resource Type | Patient |
| Id | Patient-xshare-careplan-patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient xshare-careplan-patient-example
Profile: Patient (EU core)
Maria Rossi Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)
{
"resourceType": "Patient",
"id": "xshare-careplan-patient-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/patients",
"value": "PAT-001"
}
],
"name": [
{
"family": "Rossi",
"given": [
"Maria"
]
}
],
"gender": "female",
"birthDate": "1975-04-12"
}