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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeObservation
IdPathology-Observation-Lab-Sn-Example.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": "Pathology-Observation-Lab-Sn-Example",
  "meta": {
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab"
    ]
  },
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "2af46949-4938-4c57-bad4-c4363e1965d5"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1110441000000100",
        "display": "White blood cell count in blood"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4",
    "display": "MOXEY, Judy"
  },
  "effectiveDateTime": "2022-02-09T08:03:00+00:00",
  "issued": "2022-02-09T11:17:00+00:00",
  "performer": [
    {
      "reference": "urn:uuid:8a6d85b8-9837-4fed-a257-4cf207988338",
      "display": "TD008362 PATH LAB 001"
    }
  ],
  "dataAbsentReason": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "125154007",
        "display": "Specimen unsatisfactory for evaluation"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Further tests advised."
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "49852007",
        "display": "Structure of median cubital vein"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "702659008",
        "display": "Automated count"
      }
    ]
  },
  "specimen": {
    "reference": "urn:uuid:bab0eaec-1ec5-4598-b660-90bb38a1030d"
  },
  "referenceRange": [
    {
      "low": {
        "value": 4,
        "unit": "10*9/L",
        "system": "http://unitsofmeasure.org",
        "code": "10^9/L"
      },
      "high": {
        "value": 11,
        "unit": "10*9/L",
        "system": "http://unitsofmeasure.org",
        "code": "10^9/L"
      }
    }
  ]
}