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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeObservation
IdObservation-hemoglobin-lab-test.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": "hemoglobin-lab-test",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "laboratoryTests",
        "display": "בדיקות מעבדה"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-observation-lab"
    ]
  },
  "identifier": [
    {
      "id": "hemoglobin-lab-test",
      "value": "LAB-2024-0002",
      "system": "http://goodcare.org/lab-test/id"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "718-7",
        "display": "Hemoglobin [Mass/volume] in Blood"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "http://fhir.health.gov.il/identifier/il-national-id",
      "value": "000000018"
    },
    "reference": "Patient/patient-with-israeli-id"
  },
  "performer": [
    {
      "reference": "Practitioner/practitioner-nurse-no-expertise-with-advanced-courses"
    }
  ],
  "interpretation": [
    {
      "coding": [
        {
          "code": "N",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "display": "Normal"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 13.2,
        "code": "g/dL",
        "system": "http://unitsofmeasure.org",
        "unit": "g/dL"
      },
      "high": {
        "value": 16.6,
        "code": "g/dL",
        "system": "http://unitsofmeasure.org",
        "unit": "g/dL"
      }
    }
  ],
  "status": "final",
  "effectiveDateTime": "2024-11-27T10:30:00Z",
  "valueQuantity": {
    "value": 13.5,
    "code": "g/dL",
    "system": "http://unitsofmeasure.org",
    "unit": "g/dL"
  },
  "specimen": {
    "reference": "Specimen/hdp-specimen-pathology-biopsy-1"
  }
}