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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeObservation
IdUKCore-Observation-Group-FullBloodCount-Example.json
FHIR VersionR4

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

An example to illustrate a full blood count using multiple lab observation references

Source1

{
  "resourceType": "Observation",
  "id": "UKCore-Observation-Group-FullBloodCount-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/6.0/StructureDefinition/extension-Observation.organizer",
      "valueBoolean": true
    }
  ],
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "53dd97da-082c-450d-a47d-3ffa44941a68"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "26604007",
        "display": "Full blood count"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "hasMember": [
    {
      "reference": "Observation/UKCore-Observation-Lab-WhiteCellCount-Example"
    },
    {
      "reference": "Observation/UKCore-Observation-Lab-RedCellCount-Example"
    }
  ]
}