FHIR IG analytics| Package | hl7.fhir.uv.ihe-sdc-ecc.r4 |
| Resource Type | Observation |
| Id | Observation-SDCeCCObservationChild.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "SDCeCCObservationChild"
Profile: IHE SDC/eCP on FHIR Observation
identifier: id: fikea3-188a-4ko3-00dc-8282cc908f3e
status: final
code: 25899 (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#25899)
subject: http://example.org/patient: Example Patient
effective: 2021-05-11
performer: http://example.org/practitioner: Example Practitioner
value: Internal control cells present and stain as expected (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#25900)
derivedFrom: id: eccea3-121a-4bc3-94dc-7463cc908f2e
{
"resourceType": "Observation",
"id": "SDCeCCObservationChild",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/Observation",
"value": "fikea3-188a-4ko3-00dc-8282cc908f3e"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://cap.org/eCC",
"code": "25899"
}
]
},
"subject": {
"reference": "http://example.org/patient",
"display": "Example Patient"
},
"effectiveDateTime": "2021-05-11",
"performer": [
{
"reference": "http://example.org/practitioner",
"display": "Example Practitioner"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://cap.org/eCC",
"code": "25900",
"display": "Internal control cells present and stain as expected"
}
]
},
"derivedFrom": [
{
"identifier": {
"system": "http://example.org/Observation",
"value": "eccea3-121a-4bc3-94dc-7463cc908f2e"
}
}
]
}