FHIR IG analytics| Package | hl7.fhir.us.mcode.r4 |
| Resource Type | Observation |
| Id | Observation-ecog-performance-status-fully-active.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ecog-performance-status-fully-active
status: Final
category: Survey
code: ECOG Performance Status score
subject: John B. Anyperson Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))
effective: 2019-04-01
performer: Practitioner Kyle Anydoc
value: 0
interpretation: Fully active, able to carry on all pre-disease performance without restriction
method: Clinical examination
{
"resourceType": "Observation",
"id": "ecog-performance-status-fully-active",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-ecog-performance-status"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"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",
"performer": [
{
"reference": "Practitioner/us-core-practitioner-kyle-anydoc"
}
],
"valueInteger": 0,
"interpretation": [
{
"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"
}
]
}
}