FHIR IG analytics| Package | hl7.fhir.uv.phx-incubator |
| Resource Type | CodeSystem |
| Id | CodeSystem-seriousness-criteria.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/phx-incubator/CodeSystem-seriousness-criteria.html |
| URL | http://hl7.org/fhir/CodeSystem/seriousness-criteria |
| Version | 0.1.0 |
| Status | active |
| Date | 2022-06-14T10:06:34-06:00 |
| Name | SeriousnessCriteriaCS |
| Title | Seriousness Criteria Code System |
| Realm | uv |
| Authority | hl7 |
| Description | Action criteria usually associated with serious events that pose a threat to a patient's life or functioning |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem seriousness-criteria
This case-sensitive code system http://hl7.org/fhir/CodeSystem/seriousness-criteria defines the following codes:
{
"resourceType": "CodeSystem",
"id": "seriousness-criteria",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "phx"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}
],
"url": "http://hl7.org/fhir/CodeSystem/seriousness-criteria",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.1987"
}
],
"version": "0.1.0",
"name": "SeriousnessCriteriaCS",
"title": "Seriousness Criteria Code System",
"status": "active",
"experimental": false,
"date": "2022-06-14T10:06:34-06:00",
"publisher": "HL7 International / Pharmacy",
"contact": [
{
"name": "HL7 International / Pharmacy",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/medication"
}
]
}
],
"description": "Action criteria usually associated with serious events that pose a threat to a patient's life or functioning",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/seriousness-criteria",
"content": "complete",
"concept": [
{
"code": "resultsInDeath",
"display": "Resulted in Death",
"definition": "Adverse event resulted in death"
},
{
"code": "lifeThreatening",
"display": "Life Threatening",
"definition": "Life Threatening"
},
{
"code": "resultsinHospitalization",
"display": "Resulted in Hospitalization",
"definition": "Resulted in Hospitalization"
},
{
"code": "resultsInDisabliity",
"display": "Resulted in Disability",
"definition": "Resulted in Disability"
},
{
"code": "isBirthDefect",
"display": "Resulted in Birth defect",
"definition": "Resulted in Birth Defect"
},
{
"code": "requiresPreventImpairment",
"display": "Required Intervention",
"definition": "Required Intervention to Prevent Permanent Impairment or Damage"
}
]
}