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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-ade
Resource TypeObservation
IdObservation-observation-lab-ade-hh.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

Resource "observation-lab-ade-hh" Version "3" Updated "2021-03-30T01:37:24.455Z"

Information Source: #eaJfR5tWjHVOt22c!

Profile: Observation Laboratory Blood Glucose

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: Fasting glucose [Mass/volume] in Capillary blood (LOINC#1556-0)

subject: Patient/patient-harry-hypoglycemic-example: Harry Hypoglycemic " HYPOGLYCEMIC"

effective: 2020-08-04

value: 60 mg/dL


Source1

{
  "resourceType": "Observation",
  "id": "observation-lab-ade-hh",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2021-03-30T01:37:24.455+00:00",
    "source": "#eaJfR5tWjHVOt22c",
    "profile": [
      "http://hl7.org/fhir/us/nhsn-ade/StructureDefinition/Observation-lab-blood-glucose"
    ]
  },
  "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": "1556-0",
        "display": "Fasting glucose [Mass/volume] in Capillary blood"
      }
    ],
    "text": "Fasting glucose [Mass/volume] in Capillary blood"
  },
  "subject": {
    "reference": "Patient/patient-harry-hypoglycemic-example",
    "display": "Harry Hypoglycemic"
  },
  "effectiveDateTime": "2020-08-04",
  "valueQuantity": {
    "value": 60,
    "unit": "mg/dL",
    "system": "http://unitsofmeasure.org"
  }
}