FHIR IG analytics| Package | hl7.fhir.us.pacio-adi.r4 |
| Resource Type | Observation |
| Id | Observation-Example-Smith-Johnson-OrganDonationObservation1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Consent to Donate
I consent to donate all organs and tissues.
{
"resourceType": "Observation",
"id": "Example-Smith-Johnson-OrganDonationObservation1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-OrganDonationObservation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "75781-5",
"display": "Thoughts on organ and tissue donations Narrative - Reported"
}
]
},
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"effectiveDateTime": "2016-05-18T22:33:22Z",
"performer": [
{
"reference": "Patient/Example-Smith-Johnson-Patient1"
}
],
"valueString": "Consent to Donate: I consent to donate all organs and tissues."
}