FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-hemoglobin-assay.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ServiceRequest",
"id": "hemoglobin-assay",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-service-request-lab"
]
},
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure (procedure)"
}
]
}
],
"status": "active",
"intent": "order",
"code": {
"coding": [
{
"code": "718-7",
"system": "http://loinc.org",
"display": "Hemoglobin [Mass/volume] in Blood"
}
],
"text": "Hemoglobin [Mass/volume] in Blood"
},
"subject": {
"reference": "Patient/patient-israeli",
"display": "Amy Shaw"
},
"encounter": {
"reference": "Encounter/home-visit"
},
"occurrenceDateTime": "2024-10-13",
"authoredOn": "2024-10-13T10:59:38-08:00",
"requester": {
"reference": "Practitioner/md"
},
"reasonCode": [
{
"coding": [
{
"code": "386663009",
"system": "http://snomed.info/sct",
"display": "Bicycle accident (event)"
}
],
"text": "Bicycle accident"
}
]
}