FHIR IG analytics| Package | ca.on.oh.setp.iar.dev |
| Resource Type | CodeSystem |
| Id | CodeSystem-irrs-time-since-last-hospital-stay.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.oh.setp.iar.dev@1.0.0-ballot1-dev&canonical=http://cihi.ca/fhir/irrs/CodeSystem/irrs-time-since-last-hospital-stay |
| URL | http://cihi.ca/fhir/irrs/CodeSystem/irrs-time-since-last-hospital-stay |
| Version | 1.0 |
| Status | active |
| Date | 2018-11-16T11:40:38-05:00 |
| Name | irrs-time-since-last-hospital-stay |
| Realm | ca |
| Content | complete |
| ValueSet | ||
| ca.on.oh.setp.iar.dev#1.0.0-ballot1-dev | irrs-time-since-last-hospital-stay | irrs-time-since-last-hospital-stay |
No resources found
Note: links and images are rebased to the (stated) source
This code system http://cihi.ca/fhir/irrs/CodeSystem/irrs-time-since-last-hospital-stay defines the following codes:
| Code | Display | Definition |
| 0 | No hospitalization within 90 days | |
| 1 | 31-90 days | |
| 2 | 15-30 days | |
| 3 | 8-14 days | |
| 4 | in the last 7 days | |
| 5 | Now in hospital |
{
"resourceType": "CodeSystem",
"id": "irrs-time-since-last-hospital-stay",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://cihi.ca/fhir/irrs/CodeSystem/irrs-time-since-last-hospital-stay",
"version": "1.0",
"name": "irrs-time-since-last-hospital-stay",
"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": "No hospitalization within 90 days"
},
{
"code": "1",
"display": "31-90 days"
},
{
"code": "2",
"display": "15-30 days"
},
{
"code": "3",
"display": "8-14 days"
},
{
"code": "4",
"display": "in the last 7 days"
},
{
"code": "5",
"display": "Now in hospital"
}
]
}