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

FHIR IG analytics

Packageca.on.olis.r4
Resource TypeValueSet
Idvs-OLISLabRequestStatus.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": "ValueSet",
  "id": "LabRequestStatus",
  "url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-request-status",
  "version": "1.0.0",
  "name": "LabRequestStatus",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Codes supported by OLIS for the Lab Status of Requested Tests",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/diagnostic-report-status",
        "concept": [
          {
            "code": "partial",
            "display": "Partial"
          },
          {
            "code": "preliminary",
            "display": "Preliminary"
          },
          {
            "code": "final",
            "display": "Final"
          },
          {
            "code": "corrected",
            "display": "Corrected"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          }
        ]
      },
      {
        "system": "http://ehealthontario.ca/fhir/CodeSystem/ca-on-OLIS-request-status",
        "concept": [
          {
            "code": "O",
            "display": "Order received - specimen not yet received"
          },
          {
            "code": "I",
            "display": "Specimen collected - no results yet available"
          }
        ]
      }
    ]
  }
}