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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-cbc-mchc.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 cbc-mchc

Last updated: 2005-07-05 15:29:58+0000

Profile: US Core Laboratory Result Observation Profileversion: null8.0.0)

status: Final

category: Laboratory

code: MCHC

subject: Amy Shaw

effective: 2005-07-05

performer: Dr Ronald Bone

value: 34.7 g/dL (Details: UCUM codeg/dL = 'g/dL')

interpretation: High

specimen: Whole Blood Specimen Example

ReferenceRanges

-LowHighType
*30 g/dL (Details: UCUM codeg/dL = 'g/dL')34 g/dL (Details: UCUM codeg/dL = 'g/dL')Normal Range

Source1

{
  "resourceType": "Observation",
  "id": "cbc-mchc",
  "meta": {
    "lastUpdated": "2005-07-05T15:29:58.597000+00:00",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab|8.0.0"
    ]
  },
  "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": "786-4",
        "display": "Mean Corpuscular Hemoglobin Concentration (MCHC), Red blood cells"
      }
    ],
    "text": "MCHC"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "2005-07-05",
  "performer": [
    {
      "reference": "Practitioner/practitioner-1",
      "display": "Dr Ronald Bone"
    }
  ],
  "valueQuantity": {
    "value": 34.7,
    "unit": "g/dL",
    "system": "http://unitsofmeasure.org",
    "code": "g/dL"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ],
      "text": "High"
    }
  ],
  "specimen": {
    "reference": "Specimen/specimen-example-whole-blood",
    "display": "Whole Blood Specimen Example"
  },
  "referenceRange": [
    {
      "low": {
        "value": 30,
        "unit": "g/dL",
        "system": "http://unitsofmeasure.org",
        "code": "g/dL"
      },
      "high": {
        "value": 34,
        "unit": "g/dL",
        "system": "http://unitsofmeasure.org",
        "code": "g/dL"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ],
        "text": "Normal Range"
      }
    }
  ]
}