{
  "resourceType" : "CodeSystem",
  "id" : "cs-xdm-association-type",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem|4.0.1"]
  },
  "language" : "fr",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : CodeSystem cs-xdm-association-type</b></p><a name=\"cs-xdm-association-type\"> </a><a name=\"hccs-xdm-association-type\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a> version : 4.0.1</p></div><p>This case-sensitive code system <code>https://interop.esante.gouv.fr/ig/fhir/pdlgc/CodeSystem/cs-xdm-association-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Affichage</b></td><td><b>Définition</b></td></tr><tr><td style=\"white-space:nowrap\">RPLC<a name=\"cs-xdm-association-type-RPLC\"> </a></td><td>Remplacement</td><td>Le document source remplace le document cible.</td></tr><tr><td style=\"white-space:nowrap\">XFRM<a name=\"cs-xdm-association-type-XFRM\"> </a></td><td>Transformation</td><td>Le document source est une transformation du document cible (ex : PDF correspondant au document CDA).</td></tr></table></div>"
  },
  "url" : "https://interop.esante.gouv.fr/ig/fhir/pdlgc/CodeSystem/cs-xdm-association-type",
  "version" : "0.1.0",
  "name" : "CS_XDM_AssociationType",
  "title" : "Type d'association XDS",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-08-07T08:28:26+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" : "Types d'association entre objets XDS dans le contexte portabilité.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "FR",
      "display" : "France (la)"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [{
    "code" : "RPLC",
    "display" : "Remplacement",
    "definition" : "Le document source remplace le document cible."
  },
  {
    "code" : "XFRM",
    "display" : "Transformation",
    "definition" : "Le document source est une transformation du document cible (ex : PDF correspondant au document CDA)."
  }]
}