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

FHIR IG analytics

Packageca.on.iar.r4
Resource TypeValueSet
IdValueSet-iar-treatment-time-frame-one.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": "valueset-treatment-time-frame-one",
  "url": "http://ontariohealth.ca/fhir/iar/ValueSet/treatment-time-frame-one",
  "version": "0.2.0",
  "name": "IARTreatmentTimeFrameOne",
  "title": "IAR Treatment Time Frame One",
  "status": "active",
  "date": "2025-11-27",
  "publisher": "Ontario Health",
  "description": "Codes to identify treamtent time frame.",
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/iar/CodeSystem/treatment-time-frame",
        "concept": [
          {
            "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"
          }
        ]
      },
      {
        "system": "http://ontariohealth.ca/fhir/iar/CodeSystem/treatment-time-frame-one"
      }
    ]
  }
}