FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| loinc.org | LOINC codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://hl7.org/fhir/ValueSet/consentcategorycodes version Not Stated (use latest from terminology server)| Code | Display |
| acd | Dříve vyslovené přání |
| dnr | Neprovádět neodkladnou resuscitaci |
- Include these codes as defined in
http://loinc.org version Not Stated (use latest from terminology server)| Code | Display |
| 59284-0 | Informovaný souhlas |
Source1
{
"resourceType": "ValueSet",
"id": "cz-consent-category",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.cz/fhir/hdr/ValueSet/cz-consent-category",
"version": "0.1.0",
"name": "CZConsentCategory",
"title": "CZ Consent Category",
"status": "active",
"experimental": false,
"date": "2025-12-22T16:16:03+00:00",
"publisher": "HL7 Czech Republic",
"contact": [
{
"name": "HL7 Czech Republic",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.cz/"
}
]
}
],
"description": "ValueSet for Consent Categories in the Czech HDR project.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CZ",
"display": "Czechia"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/ValueSet/consentcategorycodes",
"concept": [
{
"code": "acd",
"display": "Dříve vyslovené přání"
},
{
"code": "dnr",
"display": "Neprovádět neodkladnou resuscitaci"
}
]
},
{
"system": "http://loinc.org",
"concept": [
{
"code": "59284-0",
"display": "Informovaný souhlas"
}
]
}
]
}
}