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

FHIR IG Statistics: ValueSet/visit-types

PackageCapable.repository
Resource TypeValueSet
Idvisit-types
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/ValueSet/visit-types
URLhttp://capable-project.eu/data/fhir/ValueSet/visit-types
Versionv0
Statusdraft
NameVisit types
DescriptionThis 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

Resources that use this resource

StructureDefinition
Appointment_ProfileAppointment_Profile

Resources that this resource uses

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