FHIR IG analytics| Package | hl7.fhir.uv.ihe-sdc-ecc.r4 |
| Resource Type | Observation |
| Id | Observation-SDCeCCObservationCode.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 "SDCeCCObservationCode"
Profile: IHE SDC/eCP on FHIR Observation
identifier: Accession ID: SDCeCCObservationCodeEx0 (use: USUAL)
status: final
code: Tumor invades into other adjacent organ(s) (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#56271)
subject: http://example.org/patient: Example Patient
effective: 2021-05-11
performer: http://example.org/practitioner: Example Practitioner
value: Kidney (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#56752)
{
"resourceType": "Observation",
"id": "SDCeCCObservationCode",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN",
"display": "Accession ID"
}
]
},
"system": "http://example.org/Observation",
"value": "SDCeCCObservationCodeEx0"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://cap.org/eCC",
"code": "56271",
"display": "Tumor invades into other adjacent organ(s)"
}
]
},
"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": "56752",
"display": "Kidney"
}
]
}
}