FHIR IG analytics| Package | ca.on.oh.setp.iar.dev |
| Resource Type | ValueSet |
| Id | ValueSet-irrs-expected-length-of-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/ValueSet/irrs-expected-length-of-stay |
| URL | http://cihi.ca/fhir/irrs/ValueSet/irrs-expected-length-of-stay |
| Version | 1.0 |
| Status | active |
| Date | 2018-11-16T11:40:38-05:00 |
| Name | irrs-expected-length-of-stay |
| Realm | ca |
| Authority | hl7 |
No resources found
| CodeSystem | ||
| ca.on.oh.setp.iar.dev#1.0.0-ballot1-dev | irrs-discharge-to-community-not-expected | irrs-discharge-to-community-not-expected |
| ca.on.oh.setp.iar.dev#1.0.0-ballot1-dev | irrs-time-period-in-days | irrs-time-period-in-days |
Note: links and images are rebased to the (stated) source
This value set includes codes from the following code systems:
http://cihi.ca/fhir/irrs/CodeSystem/irrs-discharge-to-community-not-expected| Code | Display | |
| 5 | Discharge to community not expected |
http://cihi.ca/fhir/irrs/CodeSystem/irrs-time-period-in-days| Code | Display | |
| 0 | 1-7 days | |
| 1 | 8-14 days | |
| 2 | 15-30 days | |
| 3 | 31-90 days | |
| 4 | 91 or more days |
{
"resourceType": "ValueSet",
"id": "irrs-expected-length-of-stay",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://cihi.ca/fhir/irrs/ValueSet/irrs-expected-length-of-stay",
"version": "1.0",
"name": "irrs-expected-length-of-stay",
"status": "active",
"date": "2018-11-16T11:40:38-05:00",
"publisher": "CIHI",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "http:\\\\cihi.ca"
}
]
}
],
"compose": {
"include": [
{
"system": "http://cihi.ca/fhir/irrs/CodeSystem/irrs-discharge-to-community-not-expected",
"version": "1.0",
"concept": [
{
"code": "5",
"display": "Discharge to community not expected"
}
]
},
{
"system": "http://cihi.ca/fhir/irrs/CodeSystem/irrs-time-period-in-days",
"version": "1.0",
"concept": [
{
"code": "0",
"display": "1-7 days"
},
{
"code": "1",
"display": "8-14 days"
},
{
"code": "2",
"display": "15-30 days"
},
{
"code": "3",
"display": "31-90 days"
},
{
"code": "4",
"display": "91 or more days"
}
]
}
]
}
}