FHIR IG analytics| Package | pc.ig |
| Resource Type | Patient |
| Id | Patient-ExampleDonor1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ExampleDonor1
Profile: Transplant Donor
Anonymous Patient Male, DoB: 2000-01-20 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/donor#DON-001)
| Donor type | Deceased donor | ||
{
"resourceType": "Patient",
"id": "ExampleDonor1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/donor"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/donor-type-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/donor-type",
"code": "deceased",
"display": "Deceased donor"
}
]
}
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/donor",
"value": "DON-001"
}
],
"gender": "male",
"birthDate": "2000-01-20"
}