FHIR IG Statistics: ValueSet/anaesthesia-type
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": "anaesthesia-type",
"url": "http://ontariohealth.ca/fhir/ValueSet/anaesthesia-type",
"version": "1.0.0",
"name": "AnaesthesiaType",
"title": "Anaesthesia Type",
"status": "draft",
"publisher": "Ontario Health",
"description": "Specific value for type of anaesthesia used for the procedure.",
"immutable": false,
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/11000146104/version/20200331",
"concept": [
{
"code": "50697003",
"display": "General anesthesia"
},
{
"code": "386761002",
"display": "Local anesthesia"
},
{
"code": "26402001",
"display": "Nerve block anesthesia"
},
{
"code": "260413007",
"display": "None"
}
]
}
]
}
}