FHIR IG analytics| Package | il.hdp.fhir.r4 |
| Resource Type | Observation |
| Id | Observation-hemoglobin-lab-test.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}