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
{
"resourceType" : "Observation",
"id" : "SDCeCCObservationCodeLIR",
"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 class=\"res-header-id\"><b>Generated Narrative: Observation SDCeCCObservationCodeLIR</b></p><a name=\"SDCeCCObservationCodeLIR\"> </a><a name=\"hcSDCeCCObservationCodeLIR\"> </a><a name=\"SDCeCCObservationCodeLIR-en-US\"> </a><p><b>identifier</b>: Accession ID/SDCeCCObservationCodeEx0\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://cap.org/eCC 2129}\">Tumor size (Note A)</span></p><p><b>subject</b>: <a href=\"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\">Example Practitioner</a></p><p><b>value</b>: <span title=\"Codes:{http://cap.org/eCC 2123}\">Greatest Dimension in cm</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://cap.org/eCC 2123}\">Greatest Dimension in cm</span></td><td>2 cm</td></tr></table></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" : "2129",
"display" : "Tumor size (Note A)"
}
]
},
"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" : "2123",
"display" : "Greatest Dimension in cm"
}
]
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://cap.org/eCC",
"code" : "2123",
"display" : "Greatest Dimension in cm"
}
]
},
"valueQuantity" : {
"value" : 2,
"unit" : "cm"
}
}
]
}