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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.onkologie
Resource TypeObservation
IdObservation-mii-exa-onko-melanom-ldh.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "mii-exa-onko-melanom-ldh",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-melanom-ldh"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "laboratory",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "valueQuantity": {
    "unit": "U/L",
    "system": "http://unitsofmeasure.org",
    "code": "U/L",
    "value": 280
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "14804-9",
        "system": "http://loinc.org",
        "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma by Lactate to pyruvate reaction"
      }
    ]
  },
  "subject": {
    "reference": "Patient/mii-exa-onko-melanom-bundle-patient"
  },
  "encounter": {
    "reference": "Encounter/mii-exa-onko-melanom-bundle-encounter"
  },
  "focus": [
    {
      "reference": "Condition/mii-exa-onko-melanom-diagnose"
    }
  ],
  "effectiveDateTime": "2024-03-18T08:30:00+01:00",
  "referenceRange": [
    {
      "low": {
        "value": 135,
        "unit": "U/L",
        "system": "http://unitsofmeasure.org",
        "code": "U/L"
      },
      "high": {
        "value": 250,
        "unit": "U/L",
        "system": "http://unitsofmeasure.org",
        "code": "U/L"
      },
      "text": "135-250 U/L"
    }
  ],
  "interpretation": [
    {
      "coding": [
        {
          "code": "H",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "display": "High"
        }
      ]
    }
  ]
}