FHIR IG analytics| Package | test.fhir.onc.ctm |
| Resource Type | Observation |
| Id | Observation-karnofsky-performance-status-normal-activity.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "karnofsky-performance-status-normal-activity",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-karnofsky-performance-status"
]
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "89243-0",
"display": "Karnofsky 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": 90,
"interpretation": [
{
"coding": [
{
"code": "LA29176-7",
"system": "http://loinc.org",
"display": "Able to carry on normal activity; minor signs or symptoms of disease"
}
]
}
],
"method": {
"coding": [
{
"code": "5880005",
"system": "http://snomed.info/sct",
"display": "Clinical examination"
}
]
}
}