FHIR IG Statistics: ValueSet/visit-types
Resources that use this resource
Resources that this resource uses
CodeSystem |
sct | SNOMED CT (all versions) |
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "visit-types",
"meta": {
"lastUpdated": "2022-04-05T10:15:00+02:00"
},
"url": "http://capable-project.eu/data/fhir/ValueSet/visit-types",
"version": "v0",
"name": "Visit types",
"status": "draft",
"publisher": "Capable team",
"description": "This values set contains codes to encode hospital visit types that can be scheduled for a patient. It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *reasonCode* attribute of the Appointment resouces",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "396550006",
"display": "Blood test"
},
{
"code": "423736003",
"display": "Color doppler ultrasound"
},
{
"code": "77477000",
"display": "Computerized axial tomography"
},
{
"code": "390906007",
"display": "Follow-up encounter"
},
{
"code": "373205008",
"display": "Nuclear medicine imaging procedure"
},
{
"code": "5880005",
"display": "Physical examination"
},
{
"code": "27171005",
"display": "Urinalysis"
},
{
"code": "722352000",
"display": "Vascular medicine service"
}
]
}
]
}
}