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-irrs-time-of-onset.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.setp.iar.dev@1.0.0-ballot1-dev&canonical=http://cihi.ca/fhir/irrs/CodeSystem/irrs-time-of-onset
URLhttp://cihi.ca/fhir/irrs/CodeSystem/irrs-time-of-onset
Version1.0
Statusactive
Date2018-11-16T11:40:38-05:00
Nameirrs-time-of-onset
Realmca
Contentcomplete

Resources that use this resource

ValueSet
ca.on.oh.setp.iar.dev#1.0.0-ballot1-devirrs-time-of-onsetirrs-time-of-onset

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

irrs-time-of-onset

This code system http://cihi.ca/fhir/irrs/CodeSystem/irrs-time-of-onset defines the following codes:

CodeDisplayDefinition
0 Within last 7 days
1 8 - 14 days ago
2 15 - 30 days ago
3 31 to 60 days ago
4 More than 60 days ago
8 No clear precipitating event

Source1

{
  "resourceType": "CodeSystem",
  "id": "irrs-time-of-onset",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://cihi.ca/fhir/irrs/CodeSystem/irrs-time-of-onset",
  "version": "1.0",
  "name": "irrs-time-of-onset",
  "status": "active",
  "date": "2018-11-16T11:40:38-05:00",
  "publisher": "CIHI",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http:\\\\cihi.ca"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "compositional": false,
  "content": "complete",
  "concept": [
    {
      "code": "0",
      "display": "Within last 7 days"
    },
    {
      "code": "1",
      "display": "8 - 14 days ago"
    },
    {
      "code": "2",
      "display": "15 - 30 days ago"
    },
    {
      "code": "3",
      "display": "31 to 60 days ago"
    },
    {
      "code": "4",
      "display": "More than 60 days ago"
    },
    {
      "code": "8",
      "display": "No clear precipitating event"
    }
  ]
}