FHIR IG Statistics: ValueSet/vs-episode-of-care-type
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://fhir.de/CodeSystem/kontaktart-de
Code | Display |
vorstationaer | Vorstationär |
nachstationaer | Nachstationär |
teilstationaer | Teilstationäre Behandlung |
normalstationaer | Normalstationär |
intensivstationaer | Intensivstationär |
ub | Untersuchung und Behandlung |
stationsaequivalent | Stationsäquivalent |
operation | Operation |
Source
{
"resourceType": "ValueSet",
"id": "vs-episode-of-care-type",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "shareable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "computable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "publishable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
"valueCode": "structured"
}
],
"url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-episode-of-care-type",
"version": "0.1.1",
"name": "EpisodeOfCareType",
"title": "Episode Of Care Type",
"status": "draft",
"date": "2022-09-06",
"publisher": "Netzwerk Universitätsmedizin (NUM)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.netzwerk-universitaetsmedizin.de"
}
]
}
],
"description": "Episode Of Care Type",
"compose": {
"include": [
{
"system": "http://fhir.de/CodeSystem/kontaktart-de",
"concept": [
{
"code": "vorstationaer",
"display": "Vorstationär"
},
{
"code": "nachstationaer",
"display": "Nachstationär"
},
{
"code": "teilstationaer",
"display": "Teilstationäre Behandlung"
},
{
"code": "normalstationaer",
"display": "Normalstationär"
},
{
"code": "intensivstationaer",
"display": "Intensivstationär"
},
{
"code": "ub",
"display": "Untersuchung und Behandlung"
},
{
"code": "stationsaequivalent",
"display": "Stationsäquivalent"
},
{
"code": "operation",
"display": "Operation"
}
]
}
]
}
}