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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeObservationDefinition
IdObservationDefinition-example-laboratory-hemoglobin.json
FHIR VersionR5

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


English


Generated Narrative: ObservationDefinition example-laboratory-hemoglobin

url: http://example.org/fhir/ObservationDefinition/example-laboratory-hemoglobin

identifier: http://example.org/fhir/sid/lab-test-catalog/lab-pan-74

name: HemoglobinMassPerVolumeInBlood

title: Hemoglobin [Mass/volume] in Blood

status: Active

date: 2026-01-16

description:

Mass concentration of hemoglobin in whole blood, reported in g/L and shown to Patient Portal users with sex-specific normal ranges.

UseContexts

-CodeValue[x]
*UsageContextType: focus (Clinical Focus)Laboratory procedure

subject: Patient

category: Laboratory

code: Hemoglobin [Mass/volume] in Blood

permittedDataType: Quantity

method: Spectrophotometry

permittedUnit: UCUM: g/L (g/L)

qualifiedValue

context: Normal Range

gender: Male

rangeCategory: reference range

range: 130-170 g/L

qualifiedValue

context: Normal Range

gender: Female

rangeCategory: reference range

range: 120-150 g/L


Russian


Сгенерированный нарратив: ObservationDefinition example-laboratory-hemoglobin

url: http://example.org/fhir/ObservationDefinition/example-laboratory-hemoglobin

identifier: http://example.org/fhir/sid/lab-test-catalog/lab-pan-74

name: HemoglobinMassPerVolumeInBlood

title: Hemoglobin [Mass/volume] in Blood

status: активный

date: 2026-01-16

description:

Mass concentration of hemoglobin in whole blood, reported in g/L and shown to Patient Portal users with sex-specific normal ranges.

UseContexts

-CodeValue[x]
*UsageContextType: focus (Clinical Focus)Laboratory procedure

subject: Patient

category: Laboratory

code: Hemoglobin [Mass/volume] in Blood

permittedDataType: Quantity

method: Spectrophotometry

permittedUnit: UCUM: g/L (g/L)

qualifiedValue

context: Normal Range

gender: Male

rangeCategory: reference range

range: 130-170 g/L

qualifiedValue

context: Normal Range

gender: Female

rangeCategory: reference range

range: 120-150 g/L


Uzbek


Generated Narrative: ObservationDefinition example-laboratory-hemoglobin

url: http://example.org/fhir/ObservationDefinition/example-laboratory-hemoglobin

identifier: http://example.org/fhir/sid/lab-test-catalog/lab-pan-74

name: HemoglobinMassPerVolumeInBlood

title: Hemoglobin [Mass/volume] in Blood

status: Active

date: 2026-01-16

description:

Mass concentration of hemoglobin in whole blood, reported in g/L and shown to Patient Portal users with sex-specific normal ranges.

UseContexts

-CodeValue[x]
*UsageContextType: focus (Clinical Focus)Laboratory procedure

subject: Patient

category: Laboratory

code: Hemoglobin [Mass/volume] in Blood

permittedDataType: Quantity

method: Spectrophotometry

permittedUnit: UCUM: g/L (g/L)

qualifiedValue

context: Normal Range

gender: Male

rangeCategory: reference range

range: 130-170 g/L

qualifiedValue

context: Normal Range

gender: Female

rangeCategory: reference range

range: 120-150 g/L


Source1

{
  "resourceType": "ObservationDefinition",
  "id": "example-laboratory-hemoglobin",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-laboratory-observation-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/fhir/ObservationDefinition/example-laboratory-hemoglobin",
  "identifier": {
    "system": "http://example.org/fhir/sid/lab-test-catalog",
    "value": "lab-pan-74"
  },
  "name": "HemoglobinMassPerVolumeInBlood",
  "title": "Hemoglobin [Mass/volume] in Blood",
  "status": "active",
  "date": "2026-01-16",
  "description": "Mass concentration of hemoglobin in whole blood, reported in g/L and shown to Patient Portal users with sex-specific normal ranges.",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "focus"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "108252007",
            "display": "Laboratory procedure"
          }
        ]
      }
    }
  ],
  "subject": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "116154003",
          "display": "Patient"
        }
      ]
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/lab-pan-cs",
        "code": "lab-pan-74",
        "display": "Hemoglobin [Mass/volume] in Blood"
      }
    ]
  },
  "permittedDataType": [
    "Quantity"
  ],
  "method": {
    "coding": [
      {
        "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/lab-methods-cs",
        "code": "lab-method-6",
        "display": "Spectrophotometry"
      }
    ]
  },
  "permittedUnit": [
    {
      "system": "http://unitsofmeasure.org",
      "code": "g/L",
      "display": "g/L"
    }
  ],
  "qualifiedValue": [
    {
      "context": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ]
      },
      "gender": "male",
      "rangeCategory": "reference",
      "range": {
        "low": {
          "value": 130,
          "unit": "g/L",
          "system": "http://unitsofmeasure.org",
          "code": "g/L"
        },
        "high": {
          "value": 170,
          "unit": "g/L",
          "system": "http://unitsofmeasure.org",
          "code": "g/L"
        }
      }
    },
    {
      "context": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ]
      },
      "gender": "female",
      "rangeCategory": "reference",
      "range": {
        "low": {
          "value": 120,
          "unit": "g/L",
          "system": "http://unitsofmeasure.org",
          "code": "g/L"
        },
        "high": {
          "value": 150,
          "unit": "g/L",
          "system": "http://unitsofmeasure.org",
          "code": "g/L"
        }
      }
    }
  ]
}