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

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4b
Resource TypeObservation
IdObservation-lab-result-observation-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 lab-result-observation-hemoglobin

status: Final

category: laboratory

code: Hemoglobin [Mass/volume] in Blood

subject: Adam A. Everyman Male, DoB: 1962-02-05 ( Medical Record Number: m123 (use: usual, ))

effective: 2020-03-06

performer: Practitioner Owen Oncologist

value: 13.5 g/dl (Details: UCUM codeg/dl = 'g/dl')


Source1

{
  "resourceType": "Observation",
  "id": "lab-result-observation-hemoglobin",
  "meta": {
    "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"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "718-7",
        "display": "Hemoglobin [Mass/volume] in Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cancer-patient-adam-everyman"
  },
  "effectiveDateTime": "2020-03-06",
  "performer": [
    {
      "reference": "Practitioner/us-core-practitioner-owen-oncologist"
    }
  ],
  "valueQuantity": {
    "value": 13.5,
    "unit": "g/dl",
    "system": "http://unitsofmeasure.org",
    "code": "g/dl"
  }
}