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

FHIR IG analytics

Packageca.on.oh.setp.iar.dev
Resource TypeCodeSystem
IdCodeSystem-iar-treatment-time-frame.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.setp.iar.dev@1.0.0-ballot1-dev&canonical=http://ontariohealth.ca/fhir/iar/CodeSystem/treatment-time-frame
URLhttp://ontariohealth.ca/fhir/iar/CodeSystem/treatment-time-frame
Version0.2.0
Statusactive
Date2025-11-27
NameIARTreatmentTimeFrame
TitleIAR Treatment Time Frame
Realmca
DescriptionCodes to identify whether treatments have been ordered.
Contentcomplete

Resources that use this resource

ValueSet
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devtreatment-time-frame-oneIAR Treatment Time Frame One
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devtreatment-time-frameIAR Treatment Time Frame

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"
    }
  ]
}