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

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4b
Resource TypeObservation
IdObservation-laboratory-result-observation-example-blood-glucose.json
FHIR VersionR4B

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 laboratory-result-observation-example-blood-glucose

version: 1165; Last updated: 2016-03-09 15:29:58+0000

Profile: QICore Laboratory Result Observation

status: Final

category: Laboratory

code: Glucose Bld-mCnc

subject: Amy Shaw

effective: 2005-07-05

performer: Hendricks Country Hospital

value: 76.0 mg/dL

ReferenceRanges

-LowHighType
*40.0 mg/dL (Details: UCUM codemg/dL = 'mg/dL')109.0 mg/dL (Details: UCUM codemg/dL = 'mg/dL')Normal Range

Source1

{
  "resourceType": "Observation",
  "id": "laboratory-result-observation-example-blood-glucose",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Blood Glucose Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is a blood glucose example for the *QI-Core Observation Lab Profile*."
      }
    ],
    "versionId": "1165",
    "lastUpdated": "2016-03-09T15:29:58.328+00:00",
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-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/example",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "2005-07-05",
  "performer": [
    {
      "reference": "Organization/example1",
      "display": "Hendricks Country Hospital"
    }
  ],
  "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"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ],
        "text": "Normal Range"
      }
    }
  ]
}