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

FHIR IG analytics

Packageans.document.fr.core
Resource TypeValueSet
IdValueSet-fr-doc-vs-participation-type.json
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/document/core/0.1.0-snapshot/ValueSet-fr-doc-vs-participation-type.html
URLhttps://interop.esante.gouv.fr/ig/document/core/ValueSet/fr-doc-vs-participation-type
Version0.1.0-snapshot
Statusdraft
Date2026-04-15T16:11:27+00:00
NameFRValueSetParticipationType
TitleFR ValueSet Participation Type
Realmfr
DescriptionType de participation : destinataire

Resources that use this resource

StructureDefinition
ans.document.fr.core#0.1.0-snapshotfr-composition-documentFR Composition Document

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ParticipationTypeParticipationType

Narrative

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

Narratif généré : EnsembleValeurs fr-doc-vs-participation-type

  • 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
    CodeAffichageDéfinition
    TRCtrackerA secondary information recipient, who receives copies (e.g., a primary care provider receiving copies of results as ordered by specialist).
    IRCPinformation recipientA 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.
    PRCPprimary information recipientInformation 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"
          }
        ]
      }
    ]
  }
}