FHIR IG analytics| Package | ca.on.ehr.r4 |
| Resource Type | CodeSystem |
| Id | CodeSystem-lab-request-status.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "CodeSystem-LabRequestStatus",
"url": "http://ehealthontario.ca/fhir/CodeSystem/ca-on-OLIS-request-status",
"version": "1.0.0",
"name": "LabRequestStatusEHR",
"title": "Lab Request Status EHR",
"status": "active",
"date": "2025-04-24",
"publisher": "Ontario Health",
"contact": [
{
"name": "Ontario Health - Digital Health Standards",
"telecom": [
{
"system": "url",
"value": "https://ehealthontario.on.ca/en/it-professionals/standards"
},
{
"system": "email",
"value": "DigitalHealthStandards@ontariohealth.ca"
}
]
}
],
"description": "Codes that identify a legal state in which a lab test request may exist in OLIS.",
"content": "complete",
"concept": [
{
"code": "O",
"display": "Order received - specimen not yet received"
},
{
"code": "I",
"display": "Specimen collected - no results yet available"
}
]
}