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

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeObservation
IdObservation-observation-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

Generated Narrative: Observation observation-example

status: Final

category: Laboratory

code: Leukocytes [#/volume] in Blood by Automated count

subject: ?rref?

encounter: ?rref?

interpretation: L

note:

Lorem ipsum

ReferenceRanges

-LowHigh
*8.1 cells/mcL42.3 cells/mcL

Source1

{
  "resourceType": "Observation",
  "id": "observation-example",
  "meta": {
    "profile": [
      "http://deep6.ai/fhir/StructureDefinition/deep-6-ai-observation-1.0.2"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "6690-2",
        "display": "Leukocytes [#/volume] in Blood by Automated count"
      }
    ]
  },
  "subject": {
    "id": "patient-example"
  },
  "encounter": {
    "id": "encounter-example"
  },
  "interpretation": [
    {
      "text": "L"
    }
  ],
  "note": [
    {
      "text": "Lorem ipsum"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 8.1,
        "unit": "cells/mcL"
      },
      "high": {
        "value": 42.3,
        "unit": "cells/mcL"
      }
    }
  ]
}