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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeObservation
Idnl-core-LaboratoryTestResult-LaboratoryTest-05.json
FHIR VersionR4

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: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen. Categorie: Laboratory, Serumtest, Status: definitief
Bepalingdatum/tijd12:00:00, 2 januari 2022
Specimenmonster
CodeWaardeInterpretatieReferentiewaarden
Hemoglobine11.5 mmol/lOnder referentiebereik
12.0 mmol/l - 16.0 mmol/l

Source1

{
  "resourceType": "Observation",
  "id": "nl-core-LaboratoryTestResult-LaboratoryTest-05",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "275711006",
          "display": "Serumtest"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "718-7",
        "display": "Hemoglobine"
      }
    ]
  },
  "subject": {
    "reference": "Patient/nl-core-Patient-01",
    "type": "Patient",
    "display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "effectiveDateTime": "2022-01-02T12:00:00+01:00",
  "valueQuantity": {
    "value": 11.5,
    "unit": "mmol/l",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/l"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "281300000",
          "display": "Onder referentiebereik"
        }
      ]
    }
  ],
  "specimen": {
    "reference": "Specimen/nl-core-LaboratoryTestResult.Specimen-04",
    "type": "Specimen",
    "display": "monster"
  },
  "referenceRange": [
    {
      "low": {
        "value": 12,
        "unit": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/l"
      },
      "high": {
        "value": 16,
        "unit": "mmol/l",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/l"
      }
    }
  ]
}