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

FHIR IG analytics

Packageniceprofiling.v23q1
Resource TypeObservation
IdNICE-LaboratoryTestResultObservation-Example-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

Laboratory Test Result example
ObservationLowest hematocrit during first 24 hours of IC admission
Measurement datetime2022-01-08 08:00:00
PatientP. Petersen
Hospital (number, converted at NICE)Amsterdam UMC - Locatie VUmc
Value1.5 ratio

Source1

{
  "resourceType": "Observation",
  "id": "NICE-LaboratoryTestResultObservation-Example-01",
  "meta": {
    "profile": [
      "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-LaboratoryTestResultObservation-2022Q1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/ValueSet/v2-0532",
            "code": "Y",
            "display": "Yes"
          }
        ]
      }
    },
    {
      "url": "https://simplifier.net/nicefhirproject/nice-scoreday",
      "valueQuantity": {
        "value": 1
      }
    }
  ],
  "modifierExtension": [
    {
      "url": "https://simplifier.net/nicefhirproject/nice-ExtremeValueType.structuredefinition",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "L"
          }
        ]
      }
    }
  ],
  "_status": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "code": "final"
            }
          ]
        }
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "118246004",
          "display": "Laboratory test finding"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "20570-8",
        "display": "Hematocrit [Volume Fraction] of Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/NICE-Patient-01",
    "display": "P. Petersen"
  },
  "context": {
    "reference": "Encounter/NICE-Encounter-01"
  },
  "effectiveDateTime": "2022-01-08T08:43:00+02:00",
  "valueQuantity": {
    "value": 0.15,
    "unit": "ratio"
  }
}