PackagesCanonicalsLogsProblems
    Packages
    hl7-france-fhir.administrative-2022@1.0.0
    http://interopsante.org/fhir/StructureDefinition/FrEncounter
{
  "description": "This profil constrains the Encounter resource to represent either the patient visit or admission or the various movements that compose the patient stay. | Ce profil de la ressource Encounter sert à la fois à définir la venue dans l'établissement et à représenter les mouvements du patient qui découpent cette venue.",
  "_filename": "FrEncounter.json",
  "package_name": "hl7-france-fhir.administrative-2022",
  "date": "2021-05-17",
  "derivation": "constraint",
  "publisher": "InteropSanté",
  "fhirVersion": "4.0.1",
  "name": "FrEncounter",
  "abstract": false,
  "type": "Encounter",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.0.0",
  "status": "active",
  "id": "ab2ab465-5d08-4e80-a28f-bc13b0d6f4a4",
  "kind": "resource",
  "url": "http://interopsante.org/fhir/StructureDefinition/FrEncounter",
  "version": "1.0",
  "differential": {
    "element": [ {
      "id": "Encounter.extension",
      "path": "Encounter.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Encounter.extension:estimatedDischargeDate",
      "path": "Encounter.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://interopsante.org/fhir/StructureDefinition/FrEncounterEstimatedDischargeDate" ]
      } ],
      "sliceName": "estimatedDischargeDate"
    }, {
      "id": "Encounter.identifier",
      "max": "1",
      "min": 1,
      "path": "Encounter.identifier",
      "short": "Identifier(s) by which this encounter is known | identifiant de la rencontre",
      "definition": "Identifier(s) by which this encounter is known.Cet élément est multiévalué (pour ne pas bloquer les implémentations, car il arrive sur le terrain qu'il y ait plusieurs id pour une même admission, mais cette situation est considérée comme une anomalie)"
    }, {
      "id": "Encounter.identifier.use",
      "path": "Encounter.identifier.use",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use"
      }
    }, {
      "id": "Encounter.identifier.type",
      "min": 1,
      "path": "Encounter.identifier.type",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://interopsante.org/fhir/ValueSet/fr-encounter-identifier-type"
      },
      "definition": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose | Type d'identifiant (admission ou de mouvement lors d'une hospitalisation) (JdV à définir)"
    }, {
      "id": "Encounter.identifier.system",
      "min": 1,
      "path": "Encounter.identifier.system",
      "example": [ {
        "label": "OID de l'ASIP de gestion des organisations (1.2.250.1.71.4.2.2) suivi du FINESS suivi de la branche z qui gère les id de venue/mouvements si l'établissement n'a pas d'OID (sinon utilisation de l'OID de l'établissement)",
        "valueUri": "1.2.250.1.71.4.2.2.1330780321"
      }, {
        "label": "autre solution, utilisation d'une URL",
        "valueUri": "http://hopitalTest.fr/fhir/namingsystem/encounters"
      } ],
      "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.\r\nLe namespace est défini à partir de la racine d'identification (gérée par l'ASIP) de l'organisation où a lieu la rencontre, concaténée avec par exemple le FINESS de l'établissent (ou FINEJ ou SIRET ou SIREN), cf annexe française des types de données HL7 en France."
    }, {
      "id": "Encounter.identifier.value",
      "min": 1,
      "path": "Encounter.identifier.value"
    }, {
      "id": "Encounter.identifier.assigner",
      "path": "Encounter.identifier.assigner",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrOrganization" ]
      } ]
    }, {
      "id": "Encounter.status",
      "path": "Encounter.status",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status"
      }
    }, {
      "id": "Encounter.statusHistory.status",
      "path": "Encounter.statusHistory.status",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status"
      }
    }, {
      "id": "Encounter.class.system",
      "min": 1,
      "path": "Encounter.class.system"
    }, {
      "id": "Encounter.class.code",
      "min": 1,
      "path": "Encounter.class.code"
    }, {
      "id": "Encounter.type",
      "max": "1",
      "path": "Encounter.type",
      "binding": {
        "strength": "example",
        "valueSet": "http://interopsante.org/fhir/ValueSet/fr-encounter-type"
      }
    }, {
      "id": "Encounter.subject",
      "path": "Encounter.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrPatient" ]
      } ]
    }, {
      "id": "Encounter.participant",
      "path": "Encounter.participant",
      "short": "List of participants involved in the encounter | Liste des personnes impliquées dans la rencontre"
    }, {
      "id": "Encounter.participant.individual",
      "path": "Encounter.participant.individual",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://interopsante.org/fhir/StructureDefinition/FrPractitioner", "http://interopsante.org/fhir/StructureDefinition/FrPractitionerRoleExercice" ]
      } ]
    }, {
      "id": "Encounter.appointment",
      "path": "Encounter.appointment",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrAppointment" ]
      } ]
    }, {
      "id": "Encounter.period",
      "min": 1,
      "path": "Encounter.period"
    }, {
      "id": "Encounter.account",
      "max": "1",
      "path": "Encounter.account"
    }, {
      "id": "Encounter.hospitalization.preAdmissionIdentifier",
      "path": "Encounter.hospitalization.preAdmissionIdentifier",
      "short": "Pre-admission identifier | Identifiant de pré-admission"
    }, {
      "id": "Encounter.hospitalization.preAdmissionIdentifier.use",
      "path": "Encounter.hospitalization.preAdmissionIdentifier.use",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use"
      }
    }, {
      "id": "Encounter.hospitalization.preAdmissionIdentifier.type",
      "min": 1,
      "path": "Encounter.hospitalization.preAdmissionIdentifier.type",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://interopsante.org/fhir/ValueSet/fr-encounter-identifier-type"
      }
    }, {
      "id": "Encounter.hospitalization.preAdmissionIdentifier.system",
      "min": 1,
      "path": "Encounter.hospitalization.preAdmissionIdentifier.system",
      "fixedUri": "1.2.250.1.71.4.2.2+.n°FINESS",
      "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.\r\nLe namespace est défini à partir de la racine d'identification (gérée par l'ASIP) de l'organisation où a lieu la rencontre , concaténée avec par exemple le FINESS de l'établissent (ou FINEJ ou SIRET ou SIREN), cf annexe française des types de données HL7 en France"
    }, {
      "id": "Encounter.hospitalization.preAdmissionIdentifier.value",
      "min": 1,
      "path": "Encounter.hospitalization.preAdmissionIdentifier.value"
    }, {
      "id": "Encounter.hospitalization.preAdmissionIdentifier.assigner",
      "path": "Encounter.hospitalization.preAdmissionIdentifier.assigner",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrOrganization" ]
      } ]
    }, {
      "id": "Encounter.hospitalization.origin",
      "path": "Encounter.hospitalization.origin",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrLocation", "http://interopsante.org/fhir/StructureDefinition/FrOrganization" ]
      } ]
    }, {
      "id": "Encounter.hospitalization.reAdmission",
      "path": "Encounter.hospitalization.reAdmission",
      "short": "the resaon of re-admission of this hospitalization encounter | Raison de la ré-admission du patient."
    }, {
      "id": "Encounter.hospitalization.destination",
      "path": "Encounter.hospitalization.destination",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrLocation", "http://interopsante.org/fhir/StructureDefinition/FrOrganization" ]
      } ]
    }, {
      "id": "Encounter.hospitalization.dischargeDisposition",
      "path": "Encounter.hospitalization.dischargeDisposition",
      "binding": {
        "strength": "example",
        "valueSet": "http://interopsante.org/fhir/ValueSet/fr-encounter-discharge-disposition"
      }
    }, {
      "id": "Encounter.location.location",
      "path": "Encounter.location.location",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrLocation" ]
      } ]
    }, {
      "id": "Encounter.location.status",
      "path": "Encounter.location.status",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/encounter-location-status"
      }
    }, {
      "id": "Encounter.location.physicalType",
      "path": "Encounter.location.physicalType",
      "binding": {
        "strength": "example",
        "valueSet": "http://interopsante.org/fhir/ValueSet/fr-location-physical-type"
      }
    }, {
      "id": "Encounter.serviceProvider",
      "path": "Encounter.serviceProvider",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrOrganization" ]
      } ]
    }, {
      "id": "Encounter.partOf",
      "path": "Encounter.partOf",
      "type": [ {
        "code": "Reference",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
          "valueBoolean": true
        } ],
        "targetProfile": [ "http://interopsante.org/fhir/StructureDefinition/FrEncounter" ]
      } ]
    } ]
  },
  "contact": [ {
    "name": "François Macary/Isabelle Gibaud",
    "telecom": [ {
      "use": "work",
      "value": "francois.macary@phast.fr",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter"
}