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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeObservation
Idzib-LaboratoryTestResult-Observation-01.json
FHIR VersionR3

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

Observatie/bepaling. Subject: Johan XXX_Helleman. Id: 1b2d4dbd-8fdf-11ec-8670-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Categorie: Laboratory test finding (finding), Serum chemistry test, Status: definitief
Bepalingdatum/tijd12:00:00, 23 mei 2012
SpecimenBlood (substance)
CodeWaardeInterpretatieReferentiewaarden
Chloride [Moles/volume] in Blood109 mmol/lHoog
99 mmol/l - 108 mmol/l

Source1

{
  "resourceType": "Observation",
  "id": "zib-laboratorytestresult-observation-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "1b2d4dbd-8fdf-11ec-8670-020000000000"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "49581000146104",
          "display": "Laboratory test finding (finding)"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "275711006",
          "display": "Serum chemistry test"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2069-3",
        "display": "Chloride [Moles/volume] in Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/nl-core-patient-01",
    "display": "Johan XXX_Helleman"
  },
  "effectiveDateTime": "2012-05-23T12:00:00+02:00",
  "valueQuantity": {
    "value": 109,
    "unit": "mmol/l",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L"
  },
  "interpretation": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "H",
        "display": "Hoog"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "281302008",
        "display": "Above reference range"
      }
    ]
  },
  "specimen": {
    "reference": "Specimen/zib-laboratorytestresult-specimen-01",
    "display": "Blood (substance)"
  },
  "referenceRange": [
    {
      "low": {
        "value": 99,
        "unit": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "high": {
        "value": 108,
        "unit": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      }
    }
  ]
}