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

FHIR IG analytics

Packagetest.fhir.onc.ctm
Resource TypeObservation
IdObservation-cbc-hemoglobin.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "cbc-hemoglobin",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "718-7",
        "system": "http://loinc.org",
        "display": "Hemoglobin [Mass/volume] in Blood"
      }
    ],
    "text": "Hemoglobin"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "2005-07-05",
  "valueQuantity": {
    "value": 17,
    "system": "http://unitsofmeasure.org",
    "unit": "g/dL"
  },
  "referenceRange": [
    {
      "low": {
        "value": 16.5,
        "code": "g/dL",
        "system": "http://unitsofmeasure.org",
        "unit": "g/dL"
      },
      "high": {
        "value": 21.5,
        "code": "g/dL",
        "system": "http://unitsofmeasure.org",
        "unit": "g/dL"
      },
      "type": {
        "coding": [
          {
            "code": "normal",
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "display": "Normal Range"
          }
        ],
        "text": "Normal Range"
      }
    }
  ]
}