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

FHIR IG analytics

Packagehealthhub.fhir
Resource TypeObservation
IdTestNPU01443.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": "gen1",
  "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"
  },
  "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.2,
    "unit": "mmol/L"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "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.1,
        "unit": "mmol/L"
      },
      "high": {
        "value": 2.5,
        "unit": "mmol/L"
      }
    }
  ]
}