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-urgency-of-needed-services.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/urgency-of-needed-services
URLhttp://ontariohealth.ca/fhir/iar/CodeSystem/urgency-of-needed-services
Version0.1.0
Statusactive
Date2026-01-28
NameIARUrgencyOfNeededServices
TitleIAR Urgency of Needed Services
Realmca
DescriptionCodes to identify urgency of needed services.
Contentcomplete

Resources that use this resource

ValueSet
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devurgency-of-needed-servicesIAR Urgency Of Needed Services

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "codesystemurgency-of-needed-services",
  "url": "http://ontariohealth.ca/fhir/iar/CodeSystem/urgency-of-needed-services",
  "version": "0.1.0",
  "name": "IARUrgencyOfNeededServices",
  "title": "IAR Urgency of Needed Services",
  "status": "active",
  "date": "2026-01-28",
  "publisher": "Ontario Health",
  "description": "Codes to identify urgency of needed services.",
  "content": "complete",
  "concept": [
    {
      "code": "0",
      "display": "Not needed"
    },
    {
      "code": "1",
      "display": "48 hours or more"
    },
    {
      "code": "2",
      "display": "24 to less than 48 hours"
    },
    {
      "code": "3",
      "display": "12 to less than 24 hours"
    },
    {
      "code": "4",
      "display": "Less than 12 hours"
    }
  ]
}