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

FHIR IG analytics

Packagehealthhub.fhir
Resource TypeObservation
IdP_calcium_High.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": "P_calcium_High",
  "meta": {
    "profile": [
      "https://healthhub.dk/fhir/StructureDefinition/healthhub-clinical-chemistry-and-immunology"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.208.176.1.4",
      "value": "001821"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "urn:oid:1.2.208.176.2.1",
        "code": "NPU01443",
        "display": "P—Calcium(II); stofk. = ? mmol/L"
      }
    ],
    "text": "P—Calcium"
  },
  "subject": {
    "reference": "Patient/2512489996",
    "type": "http://hl7.org/fhir/reference"
  },
  "effectiveDateTime": "2022-09-12T17:45:00.000Z",
  "issued": "2023-09-12T17:45:00+00:00",
  "performer": [
    {
      "reference": "Practitioner/0101010101",
      "identifier": {
        "system": "urn:oid:1.2.208.176.1.2",
        "value": "0101010101"
      }
    }
  ],
  "valueQuantity": {
    "value": 2.7,
    "unit": "mmol/L"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Ingen særlige fund"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368209003",
        "display": "Right arm"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "272391002",
        "display": "Measurement technique (qualifier value)"
      }
    ]
  },
  "referenceRange": [
    {
      "low": {
        "value": 2.3,
        "unit": "mmol/L"
      },
      "high": {
        "value": 2.6,
        "unit": "mmol/L"
      }
    }
  ]
}