FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include ce(s) code(s) tel qu'il(s) est (sont) défini(s) dans
http://terminology.hl7.org/CodeSystem/v3-ParticipationType version 📦6.0.0| Code | Affichage | Définition |
| TRC | tracker | A secondary information recipient, who receives copies (e.g., a primary care provider receiving copies of results as ordered by specialist). |
| IRCP | information recipient | A party, who may or should receive or who has recieved the Act or subsequent or derivative information of that Act. Information recipient is inert, i.e., independent of mood." Rationale: this is a generalization of a too diverse family that the definition can't be any more specific, and the concept is abstract so one of the specializations should be used. |
| PRCP | primary information recipient | Information recipient to whom an act statement is primarily directed. E.g., a primary care provider receiving a discharge letter from a hospitalist, a health department receiving information on a suspected case of infectious disease. Multiple of these participations may exist on the same act without requiring that recipients be ranked as primary vs. secondary. |
Source1
{
"resourceType": "ValueSet",
"id": "fr-doc-vs-participation-type",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://interop.esante.gouv.fr/ig/document/core/ValueSet/fr-doc-vs-participation-type",
"version": "0.1.0-snapshot",
"name": "FRValueSetParticipationType",
"title": "FR ValueSet Participation Type",
"status": "draft",
"experimental": false,
"date": "2026-04-15T16:11:27+00:00",
"publisher": "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris",
"contact": [
{
"name": "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris",
"telecom": [
{
"system": "url",
"value": "https://esante.gouv.fr"
}
]
}
],
"description": "Type de participation : destinataire",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "FR",
"display": "FRANCE"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"concept": [
{
"code": "TRC"
},
{
"code": "IRCP"
},
{
"code": "PRCP"
}
]
}
]
}
}