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

FHIR IG analytics

Packagehl7.fhir.uv.ips.r4b
Resource TypeObservation
IdObservation-hemoglobin.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 hemoglobin

status: Final

category: Laboratory

code: Hemoglobin A1c/Hemoglobin.total in Blood by HPLC

subject: Alexander Heig Male, DoB: 1957 ( http://trilliumbridge.eu/fhir/demos/eumfh/inject#39-07)

effective: 2017-11-10 08:20:00+0100

performer: Organization Someplace General Hospital

value: 7.5 % (Details: UCUM code% = '%')

note:

Above stated goal of 7.0 %


Source1

{
  "resourceType": "Observation",
  "id": "hemoglobin",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-pathology-uv-ips"
    ]
  },
  "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": "17856-6",
        "display": "Hemoglobin A1c/Hemoglobin.total in Blood by HPLC"
      }
    ]
  },
  "subject": {
    "reference": "Patient/eumfh-39-07"
  },
  "effectiveDateTime": "2017-11-10T08:20:00+01:00",
  "performer": [
    {
      "reference": "Organization/TII-Organization1"
    }
  ],
  "valueQuantity": {
    "value": 7.5,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "note": [
    {
      "text": "Above stated goal of 7.0 %"
    }
  ]
}