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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeObservation
IdObservation-Haemoglobin-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": "Observation-Haemoglobin-Example",
  "meta": {
    "tag": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/mds-questiontag-genomics",
        "code": "MIS-1",
        "display": "Further supporting information"
      }
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "38082009",
        "display": "Haemoglobin"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-PatrickSammy-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307873"
    }
  },
  "valueQuantity": {
    "value": 83,
    "unit": "g/dl",
    "system": "http://unitsofmeasure.org",
    "code": "g/dL"
  },
  "effectiveDateTime": "2023-09-03"
}