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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeObservation
IdUKCore-Observation-SampleCellContent-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-SampleCellContent-Example",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1022461000000100",
        "display": "Nucleated red blood cell count"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9999999999"
    }
  },
  "focus": [
    {
      "identifier": {
        "system": "https://www.christie.nhs.uk/path",
        "value": "Spec123456"
      }
    }
  ],
  "effectiveDateTime": "2022-07-11T09:00:00Z",
  "valueQuantity": {
    "value": 6.5,
    "system": "http://unitsofmeasure.org",
    "code": "10*12/L"
  }
}