FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4
Resource TypeObservation
IdObservation-ecog-performance-status-fully-active.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
      }
    ]
  }
}