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

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeObservation
IdObservation-blood-glucose.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

Resource Observation "blood-glucose" Version "4" Updated "2020-08-04 08:03:31+0000"

Profile: US Core Laboratory Result Observation Profile

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: Glucose Bld-mCnc (LOINC#2339-0)

subject: Patient/example1: Amy Shaw " SHAW"

effective: 2005-07-05

value: 76 mg/dL

ReferenceRanges

-LowHighAppliesTo
*40 mg/dL (Details: UCUM code mg/dL = 'mg/dL')109 mg/dL (Details: UCUM code mg/dL = 'mg/dL')Normal Range (Observation Reference Range Meaning Codes#normal)

Source1

{
  "resourceType": "Observation",
  "id": "blood-glucose",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2020-08-04T08:03:31.384Z",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2339-0",
        "display": "Glucose Bld-mCnc"
      }
    ],
    "text": "Glucose Bld-mCnc"
  },
  "subject": {
    "reference": "Patient/example1",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "2005-07-05",
  "valueQuantity": {
    "value": 76,
    "unit": "mg/dL",
    "system": "http://unitsofmeasure.org"
  },
  "referenceRange": [
    {
      "low": {
        "value": 40,
        "unit": "mg/dL",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      },
      "high": {
        "value": 109,
        "unit": "mg/dL",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      },
      "appliesTo": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
              "code": "normal",
              "display": "Normal Range"
            }
          ],
          "text": "Normal Range"
        }
      ]
    }
  ]
}