FHIR IG analytics| Package | test.fhir.onc.ctm |
| Resource Type | Observation |
| Id | Observation-ecog-performance-status-fully-active.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "ecog-performance-status-fully-active",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-ecog-performance-status"
]
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "89247-1",
"display": "ECOG Performance Status score"
}
]
},
"status": "final",
"category": [
{
"coding": [
{
"code": "survey",
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"display": "Survey"
}
]
}
],
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2019-04-01",
"performer": [
{
"reference": "Practitioner/us-core-practitioner-kyle-anydoc"
}
],
"valueInteger": 0,
"interpretation": [
{
"coding": [
{
"code": "LA9622-7",
"system": "http://loinc.org",
"display": "Fully active, able to carry on all pre-disease performance without restriction"
}
]
}
],
"method": {
"coding": [
{
"code": "5880005",
"system": "http://snomed.info/sct",
"display": "Clinical examination"
}
]
}
}