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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeObservation
IdUKCore-Observation-Lab-RedCellCount-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": "UKCore-Observation-Lab-RedCellCount-Example",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "fcd8af5a-18a0-4d0b-8c79-5b6bdf55fb32"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "58571000237106",
        "display": "Nucleated red blood cell count in blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "performer": [
    {
      "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
    }
  ],
  "valueQuantity": {
    "value": 3.9,
    "unit": "10*12/L",
    "system": "http://unitsofmeasure.org"
  },
  "specimen": {
    "reference": "Specimen/UKCore-Specimen-BloodSpecimen-Example"
  },
  "referenceRange": [
    {
      "low": {
        "value": 4
      },
      "high": {
        "value": 5.9
      }
    }
  ]
}