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

FHIR IG Statistics: ValueSet/fr-core-vs-encounter-class

Packagehl7.fhir.fr.core
TypeValueSet
Idfr-core-vs-encounter-class
FHIR VersionR4
Sourcehttps://hl7.fr/ig/fhir/core/https://hl7.fr/ig/fhir/core/2.1.0/ValueSet-fr-core-vs-encounter-class.html
URLhttps://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-encounter-class
Version2.1.0
Statusactive
Date2024-09-04T09:58:56+02:00
NameFRCoreValueSetEncounterClass
TitleFR Core ValueSet Encounter class
Realmfr
Authorityhl7
DescriptionA set of codes that can be used to indicate the class of the encounter.

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
v3-ActEncounterCodeActEncounterCode
v3-ActEncounterCodeActEncounterCode

Narrative

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

Generated Narrative: ValueSet fr-core-vs-encounter-class

  • Include these codes as defined in http://terminology.hl7.org/ValueSet/v3-ActEncounterCode
    CodeDisplay
    ACUTEInpatient acute
    NONACInpatient non acute
    PRENCPre-admission
    SSShort stay
    VRVirtual

Source

{
  "resourceType": "ValueSet",
  "id": "fr-core-vs-encounter-class",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-encounter-class",
  "version": "2.1.0",
  "name": "FRCoreValueSetEncounterClass",
  "title": "FR Core ValueSet Encounter class",
  "status": "active",
  "experimental": false,
  "date": "2024-09-04T09:58:56+02:00",
  "publisher": "Interop'Santé",
  "contact": [
    {
      "name": "Interop'Santé",
      "telecom": [
        {
          "system": "url",
          "value": "http://interopsante.org/"
        }
      ]
    },
    {
      "name": "InteropSanté",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@interopsante.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A set of codes that can be used to indicate the class of the encounter.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "France"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
        "concept": [
          {
            "code": "ACUTE",
            "display": "Inpatient acute"
          },
          {
            "code": "NONAC",
            "display": "Inpatient non acute"
          },
          {
            "code": "PRENC",
            "display": "Pre-admission"
          },
          {
            "code": "SS",
            "display": "Short stay"
          },
          {
            "code": "VR",
            "display": "Virtual"
          }
        ]
      }
    ]
  }
}