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-06.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:02, 2 januari 2022
Specimenmonster
CodeWaardeReferentiewaarden
Hematocriet45 %
39 % - 51 %

Source1

{
  "resourceType": "Observation",
  "id": "nl-core-LaboratoryTestResult-LaboratoryTest-06",
  "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": "20570-8",
        "display": "Hematocriet"
      }
    ]
  },
  "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:02+01:00",
  "valueQuantity": {
    "value": 45,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "specimen": {
    "reference": "Specimen/nl-core-LaboratoryTestResult.Specimen-04",
    "type": "Specimen",
    "display": "monster"
  },
  "referenceRange": [
    {
      "low": {
        "value": 39,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "high": {
        "value": 51,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    }
  ]
}