FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/anaesthesia-type

Packageca.on.oh-seris
Resource TypeValueSet
Idanaesthesia-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/ValueSet/anaesthesia-type
URLhttp://ontariohealth.ca/fhir/ValueSet/anaesthesia-type
Version1.0.0
Statusdraft
NameAnaesthesiaType
TitleAnaesthesia Type
DescriptionSpecific value for type of anaesthesia used for the procedure.

Resources that use this resource

StructureDefinition
ca-on-seris-profile-MedicationAdministrationMedicationAdministration

Resources that this resource uses

CodeSystem
sctSNOMED 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"
          }
        ]
      }
    ]
  }
}