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

FHIR IG analytics

Packagehealthhub.fhir.dk.core
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://plsp.dk/fhir/StructureDefinition/PLSPClinicalChemistryAndClinicalImmunology"
    ]
  },
  "implicitRules": "http://hl7.org/fhir/reference",
  "identifier": [
    {
      "system": "urn:oid:1.2.208.176.1.4",
      "value": "123456"
    }
  ],
  "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.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://sn.info/scomedt",
        "code": "368209003",
        "display": "Right arm"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "272391002",
        "display": "Measurement technique (qualifier value)"
      }
    ]
  },
  "referenceRange": [
    {
      "low": {
        "unit": "Fast Zebra"
      },
      "high": {
        "unit": "Fantastic Badger"
      },
      "text": "Inventive Elephant"
    }
  ]
}