IHE SDC/electronic Cancer Protocols (eCPs) on FHIR, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ihe-sdc-ecc-on-fhir/ and changes regularly. See the Directory of published versions
: SDC eCP Observation Code Example - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "SDCeCCObservationCode",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"SDCeCCObservationCode\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "SDCeCCObservationCode" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ihe-sdc-ecc-Observation.html\">IHE SDC/eCP on FHIR Observation</a></p></div><p><b>identifier</b>: Accession ID:\u00a0SDCeCCObservationCodeEx0\u00a0(use:\u00a0USUAL)</p><p><b>status</b>: final</p><p><b>code</b>: Tumor invades into other adjacent organ(s) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CAPeCC.html\">College of American Pathologists (CAP) eCC (electronic Cancer Checklists)</a>#56271)</span></p><p><b>subject</b>: <a href=\"http://example.org/patient\">http://example.org/patient: Example Patient</a></p><p><b>effective</b>: 2021-05-11</p><p><b>performer</b>: <a href=\"http://example.org/practitioner\">http://example.org/practitioner: Example Practitioner</a></p><p><b>value</b>: Kidney <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CAPeCC.html\">College of American Pathologists (CAP) eCC (electronic Cancer Checklists)</a>#56752)</span></p></div>"
},
"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"
}
]
}
}