USCDI+ Clinical Trials Matching Implementation Guide
0.1.0

⚠️ This is a developmental version of the guide and is under active development. Content may change at any time without notice. No official release has been made. The final base canonical URL and hosting location have not yet been determined. This guide should not be used for production implementations.

3.2.10. Observation-ecog-performance-status-fully-active

{
"resourceType": "Observation",
"id": "ecog-performance-status-fully-active",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-ecog-performance-status"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "final",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey",
"display": "Survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "89247-1",
"display": "ECOG Performance Status score"
}
]
},
"subject": {
"reference": "Patient/cancer-patient-john-anyperson"
},
"effectiveDateTime": "2019-04-01",
{
"reference": "Practitioner/us-core-practitioner-kyle-anydoc"
}
],
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA9622-7",
"display": "Fully active, able to carry on all pre-disease performance without restriction"
}
]
}
],
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "5880005",
"display": "Clinical examination"
}
]
}
}
<Observation xmlns="http://hl7.org/fhir">
<id value="ecog-performance-status-fully-active" />
<profile value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-ecog-performance-status" />
</meta>
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="survey" />
<display value="Survey" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="89247-1" />
<display value="ECOG Performance Status score" />
</coding>
</code>
<reference value="Patient/cancer-patient-john-anyperson" />
</subject>
<effectiveDateTime value="2019-04-01" />
<reference value="Practitioner/us-core-practitioner-kyle-anydoc" />
</performer>
<valueInteger value="0" />
<system value="http://loinc.org" />
<code value="LA9622-7" />
<display value="Fully active, able to carry on all pre-disease performance without restriction" />
</coding>
</interpretation>
<system value="http://snomed.info/sct" />
<code value="5880005" />
<display value="Clinical examination" />
</coding>
</method>
</Observation>
Observation
Observation.id[0]ecog-performance-status-fully-active
Observation.meta[0].profile[0]http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-ecog-performance-status
Observation.text[0].status[0]generated
Observation.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ecog-performance-status-fully-active</b></p><a name="ecog-performance-status-fully-active"> </a><a name="hcecog-performance-status-fully-active"> </a><a name="ecog-performance-status-fully-active-en-US"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}">Survey</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 89247-1}">ECOG Performance Status score</span></p><p><b>subject</b>: <a href="Patient-cancer-patient-john-anyperson.html">John B. Anyperson Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))</a></p><p><b>effective</b>: 2019-04-01</p><p><b>performer</b>: <a href="Practitioner-us-core-practitioner-kyle-anydoc.html">Practitioner Kyle Anydoc </a></p><p><b>value</b>: 0</p><p><b>interpretation</b>: <span title="Codes:{http://loinc.org LA9622-7}">Fully active, able to carry on all pre-disease performance without restriction</span></p><p><b>method</b>: <span title="Codes:{http://snomed.info/sct 5880005}">Clinical examination</span></p></div>
Observation.status[0]final
Observation.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Observation.category[0].coding[0].code[0]survey
Observation.category[0].coding[0].display[0]Survey
Observation.code[0].coding[0].system[0]http://loinc.org
Observation.code[0].coding[0].code[0]89247-1
Observation.code[0].coding[0].display[0]ECOG Performance Status score
Observation.subject[0].reference[0]Patient/cancer-patient-john-anyperson
Observation.effective[0]2019-04-01
Observation.performer[0].reference[0]Practitioner/us-core-practitioner-kyle-anydoc
Observation.value[0]0
Observation.interpretation[0].coding[0].system[0]http://loinc.org
Observation.interpretation[0].coding[0].code[0]LA9622-7
Observation.interpretation[0].coding[0].display[0]Fully active, able to carry on all pre-disease performance without restriction
Observation.method[0].coding[0].system[0]http://snomed.info/sct
Observation.method[0].coding[0].code[0]5880005
Observation.method[0].coding[0].display[0]Clinical examination