FHIR IG analytics
| Package | ca.on.iar.r4 |
| Resource Type | ValueSet |
| Id | ValueSet-irrs-severity-of-pain.json |
| FHIR Version | R4 |
Resources that use this resource
No resources found
Resources that this resource uses
No resources found
Narrative
Note: links and images are rebased to the (stated) source
irrs-severity-of-pain
This value set includes codes from the following code systems:
Source1
{
"resourceType": "ValueSet",
"id": "irrs-severity-of-pain",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://cihi.ca/fhir/irrs/ValueSet/irrs-severity-of-pain",
"version": "1.0",
"name": "irrs-severity-of-pain",
"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-horrible-or-excruciating-pain",
"version": "1.0",
"concept": [
{
"code": "4",
"display": "Times when pain is horrible or excruciating"
}
]
},
{
"system": "http://cihi.ca/fhir/irrs/CodeSystem/irrs-no-pain",
"version": "1.0",
"concept": [
{
"code": "0",
"display": "No pain"
}
]
},
{
"system": "http://cihi.ca/fhir/irrs/CodeSystem/irrs-severity",
"version": "1.0",
"concept": [
{
"code": "2",
"display": "Moderate"
},
{
"code": "3",
"display": "Severe"
}
]
},
{
"system": "http://cihi.ca/fhir/irrs/CodeSystem/irrs-severity-mild",
"version": "1.0",
"concept": [
{
"code": "1",
"display": "Mild"
}
]
}
]
}
}