FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| sct | SNOMED codes used in this IG |
| v2-0532 | expandedYes-NoIndicator |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "von-seltene-betroffen-vs",
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/ValueSet/von-seltene-betroffen-vs",
"version": "2026.0.0",
"name": "VonSEBetroffenVS",
"title": "Von SE betroffen Value Set",
"status": "active",
"experimental": false,
"publisher": "Medizininformatik Initiative",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.medizininformatik-initiative.de"
}
]
}
],
"description": "ValueSet zur Angabe ob ein Familienmitglied an der gleichen SE erkrankt ist. Verwendet SNOMED CT codes für internationale Interoperabilität.",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "373066001",
"display": "Yes"
},
{
"code": "373067005",
"display": "No"
},
{
"code": "261665006",
"display": "Unknown"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"concept": [
{
"code": "Y",
"display": "Yes"
},
{
"code": "N",
"display": "No"
},
{
"code": "ASKU",
"display": "asked but unknown"
}
]
}
]
}
}