FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypeValueSet
Idfr-encounter-class.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.113883.2.8.1.3.7-2018-06-13",
  "meta": {
    "lastUpdated": "2018-12-10T15:57:43.294+10:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://interopsante.org/fhir/valueset/fr-encounter-class",
  "identifier": [
    {
      "system": "2.16.840.1.113883.2.8.1.3",
      "value": "urn:oid:2.16.840.1.113883.2.8.1.3.23"
    }
  ],
  "version": "1.0",
  "name": "fr-encounter-class",
  "status": "active",
  "experimental": true,
  "date": "2018-12-10T15:57+10:00",
  "publisher": "InteropSanté",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://interopsante.org"
        },
        {
          "system": "email",
          "value": "vs@interopsante.org"
        }
      ]
    }
  ],
  "description": "A set of codes that can be used to indicate the class of the encounter.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
        "version": "2018-08-12",
        "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"
          }
        ]
      }
    ]
  }
}