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

FHIR IG analytics

Packageca.on.iar.r4
Resource TypeCodeSystem
IdCodeSystem-iar-treatment-time-frame.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": "CodeSystem",
  "id": "codesystemtreatment-time-frame",
  "version": "0.2.0",
  "url": "http://ontariohealth.ca/fhir/iar/CodeSystem/treatment-time-frame",
  "title": "IAR Treatment Time Frame",
  "name": "IARTreatmentTimeFrame",
  "status": "active",
  "date": "2025-11-27",
  "publisher": "Ontario Health",
  "description": "Codes to identify whether  treatments have been ordered.",
  "content": "complete",
  "concept": [
    {
      "code": "0",
      "display": "Not ordered"
    },
    {
      "code": "1",
      "display": "Treatment already initiated in commnunity"
    },
    {
      "code": "2",
      "display": "48 hours or more"
    },
    {
      "code": "3",
      "display": "24 to less than 48 hours"
    },
    {
      "code": "4",
      "display": "12 to less than 24 hours"
    },
    {
      "code": "5",
      "display": "Less than 12 hours"
    }
  ]
}