FHIR IG Statistics: StructureDefinition/FrEncounter
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "http://interopsante.org/fhir/StructureDefinition/FrEncounter",
"version": "1.0",
"name": "FrEncounter",
"status": "active",
"date": "2021-05-17",
"publisher": "InteropSanté",
"contact": [
{
"name": "François Macary/Isabelle Gibaud",
"telecom": [
{
"system": "email",
"value": "francois.macary@phast.fr",
"use": "work"
}
]
}
],
"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.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Encounter",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Encounter.extension",
"path": "Encounter.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
}
},
{
"id": "Encounter.extension:estimatedDischargeDate",
"path": "Encounter.extension",
"sliceName": "estimatedDischargeDate",
"type": [
{
"code": "Extension",
"profile": [
"http://interopsante.org/fhir/StructureDefinition/FrEncounterEstimatedDischargeDate"
]
}
]
},
{
"id": "Encounter.identifier",
"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)",
"min": 1,
"max": "1"
},
{
"id": "Encounter.identifier.use",
"path": "Encounter.identifier.use",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/identifier-use"
}
},
{
"id": "Encounter.identifier.type",
"path": "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)",
"min": 1,
"binding": {
"strength": "extensible",
"valueSet": "http://interopsante.org/fhir/ValueSet/fr-encounter-identifier-type"
}
},
{
"id": "Encounter.identifier.system",
"path": "Encounter.identifier.system",
"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.",
"min": 1,
"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"
}
]
},
{
"id": "Encounter.identifier.value",
"path": "Encounter.identifier.value",
"min": 1
},
{
"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",
"path": "Encounter.class.system",
"min": 1
},
{
"id": "Encounter.class.code",
"path": "Encounter.class.code",
"min": 1
},
{
"id": "Encounter.type",
"path": "Encounter.type",
"max": "1",
"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",
"path": "Encounter.period",
"min": 1
},
{
"id": "Encounter.account",
"path": "Encounter.account",
"max": "1"
},
{
"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",
"path": "Encounter.hospitalization.preAdmissionIdentifier.type",
"min": 1,
"binding": {
"strength": "extensible",
"valueSet": "http://interopsante.org/fhir/ValueSet/fr-encounter-identifier-type"
}
},
{
"id": "Encounter.hospitalization.preAdmissionIdentifier.system",
"path": "Encounter.hospitalization.preAdmissionIdentifier.system",
"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",
"min": 1,
"fixedUri": "1.2.250.1.71.4.2.2+.n°FINESS"
},
{
"id": "Encounter.hospitalization.preAdmissionIdentifier.value",
"path": "Encounter.hospitalization.preAdmissionIdentifier.value",
"min": 1
},
{
"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": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
"valueBoolean": true
}
],
"code": "Reference",
"targetProfile": [
"http://interopsante.org/fhir/StructureDefinition/FrEncounter"
]
}
]
}
]
}
}