FHIR IG Statistics: ValueSet/NICE_HospitalTypeCodelist
Resources that use this resource
Resources that this resource uses
CodeSystem |
sct | SNOMED CT (all versions) |
sct | SNOMED codes used in this IG |
sct | veri |
Narrative
Note: links and images are rebased to the (stated) source
NICE-HospitalTypeCodelist
https://fhir.stichting-nice.nl/fhir/ValueSet/NICE-HospitalTypeCodelistA NICE specific hospital type coding, because of the absence of a type 2 STZ hospital in the Nictiz Codelist.
Source
{
"resourceType": "ValueSet",
"url": "https://fhir.stichting-nice.nl/fhir/ValueSet/NICE-HospitalTypeCodelist",
"title": "NICE-HospitalTypeCodelist",
"status": "active",
"contact": [
{
"telecom": [
{
"system": "email"
}
]
}
],
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "1",
"display": "Academic hospital"
},
{
"code": "2",
"display": "STZ hospital"
},
{
"code": "3",
"display": "General peripheral hospital"
}
]
}
]
},
"description": "A NICE specific hospital type coding, because of the absence of a type 2 STZ hospital in the Nictiz Codelist.",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "NICE_HospitalTypeCodelist"
}