FHIR IG analytics| Package | ca.on.iar.r4 |
| Resource Type | ValueSet |
| Id | ValueSet-irrs-severity-of-fatigue.json |
| FHIR Version | R4 |
No resources found
No resources found
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-severity| Code | Display | |
| 0 | None | |
| 1 | Minimal | |
| 2 | Moderate | |
| 3 | Severe |
http://cihi.ca/fhir/irrs/CodeSystem/irrs-severity-of-fatigue| Code | Display | |
| 4 | Unable to commence any normal day-to-day activities |
{
"resourceType": "ValueSet",
"id": "irrs-severity-of-fatigue",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://cihi.ca/fhir/irrs/ValueSet/irrs-severity-of-fatigue",
"version": "1.0",
"name": "irrs-severity-of-fatigue",
"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-severity",
"version": "1.0",
"concept": [
{
"code": "0",
"display": "None"
},
{
"code": "1",
"display": "Minimal"
},
{
"code": "2",
"display": "Moderate"
},
{
"code": "3",
"display": "Severe"
}
]
},
{
"system": "http://cihi.ca/fhir/irrs/CodeSystem/irrs-severity-of-fatigue",
"version": "1.0",
"concept": [
{
"code": "4",
"display": "Unable to commence any normal day-to-day activities"
}
]
}
]
}
}