FHIR IG analytics
| Package | ch.fhir.ig.ch-emr |
| Resource Type | ValueSet |
| Id | ValueSet-ch-emr-resuscitation-status-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7ch/ch-emr/ValueSet-ch-emr-resuscitation-status-vs.html |
| URL | http://fhir.ch/ig/ch-emr/ValueSet/ch-emr-resuscitation-status-vs |
| Version | 1.0.0-ballot |
| Status | active |
| Date | 2026-04-18 |
| Name | ChEmrResuscitationStatusVS |
| Title | Resuscitation status |
| Realm | ch |
| Authority | hl7 |
| Description | Coded resuscitation status values based on SNOMED CT, including all descendants of 304251008 (Resuscitation status). |
| Copyright | CC0-1.0 |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.fhir.vn.core#current | sct | SNOMED CT (all versions) |
Narrative
Note: links and images are rebased to the (stated) source
- Include codes from
http://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 304251008 (Resuscitation status)
Source1
{
"resourceType": "ValueSet",
"id": "ch-emr-resuscitation-status-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-emr/ValueSet/ch-emr-resuscitation-status-vs",
"version": "1.0.0-ballot",
"name": "ChEmrResuscitationStatusVS",
"title": "Resuscitation status",
"status": "active",
"experimental": false,
"date": "2026-04-18",
"publisher": "HL7 Switzerland",
"contact": [
{
"name": "HL7 Switzerland",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.ch/"
}
]
}
],
"description": "Coded resuscitation status values based on SNOMED CT, including all descendants of 304251008 (Resuscitation status).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CHE"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"filter": [
{
"property": "concept",
"op": "is-a",
"value": "304251008"
}
]
}
]
}
}