FHIR IG analytics| Package | hl7.fhir.eu.cancer-common |
| Resource Type | Patient |
| Id | Patient-Patient1-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Patient1-Example
Profile: Patient (CCM)
John Doe Male, DoB: 1965-04-12 ( http://example.org/patient-id#P001)
{
"resourceType": "Patient",
"id": "Patient1-Example",
"meta": {
"profile": [
"http://hl7.eu/fhir/cancer-common/StructureDefinition/patient-eu-ccm"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/patient-id",
"value": "P001"
}
],
"name": [
{
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1965-04-12"
}