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

FHIR IG Statistics: ValueSet/sas-valueset-typeconsultation

Packageans.fhir.fr.sas
TypeValueSet
Idsas-valueset-typeconsultation
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/sas/https://interop.esante.gouv.fr/ig/fhir/sas/1.1.0/ValueSet-sas-valueset-typeconsultation.html
URLhttps://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-valueset-typeconsultation
Version1.1.0
Statusactive
Date2024-12-10T11:31:02+00:00
NameTypeConsultationSAS
TitleType consultation SAS
Realmfr
Authoritynational
DescriptionType de consultations SAS

Resources that use this resource

StructureDefinition
sas-sos-slot-aggregatorFrSlotAgregateurSOS

Resources that this resource uses

CodeSystem
v3-ActCodeActCode
v3-ActCodeActCode

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet sas-valueset-typeconsultation

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    AMBConsultation au cabinetA comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.
    HHConsultation à domicileHealthcare encounter that takes place in the residence of the patient or a designee
    VRTéléconsultationA patient encounter where the patient and the practitioner(s) are not in the same physical location. Examples include telephone conference, email exchange, robotic surgery, and televideo conference.

Source

{
  "resourceType": "ValueSet",
  "id": "sas-valueset-typeconsultation",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-valueset-typeconsultation",
  "version": "1.1.0",
  "name": "TypeConsultationSAS",
  "title": "Type consultation SAS",
  "status": "active",
  "date": "2024-12-10T11:31:02+00:00",
  "publisher": "ANS",
  "contact": [
    {
      "name": "ANS",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Type de consultations SAS",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "AMB",
            "display": "Consultation au cabinet"
          },
          {
            "code": "HH",
            "display": "Consultation à domicile"
          },
          {
            "code": "VR",
            "display": "Téléconsultation"
          }
        ]
      }
    ]
  }
}