FHIR IG Statistics: ValueSet/locationTypeValueSet
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "locationTypeValueSet",
"meta": {
"tag": [
{
"code": "Location_Eng"
}
]
},
"url": "http://cct.eng.it/FHIR/ValueSet/location-type",
"version": "1.0.0",
"name": "Location Type ValueSet",
"title": "locationTypeValueSet",
"status": "active",
"experimental": true,
"date": "2023-04-05T08:34:38.9016901+00:00",
"publisher": "eng.it",
"description": "Contiene la lista di codici da utilizzare per le tipologie di Location",
"compose": {
"include": [
{
"system": "http://cct.eng.it/FHIR/schema/location-type",
"version": "1.0.0",
"concept": [
{
"code": "ERA",
"display": "Emergency Room Ambulatory"
},
{
"code": "AMB",
"display": "Ambulatory"
},
{
"code": "AMB-R",
"display": "Ambulatory Room"
},
{
"code": "ESTAB",
"display": "ESTABLISHMENT"
},
{
"code": "SITE",
"display": "site"
}
]
}
]
}
}