Guide d'implémentation du médicament
0.1.0 - ci-build

Guide d'implémentation du médicament - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Interop'Santé code system - Additional codes for relationship between action - JSON Representation

Draft as of 2025-07-09

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "fr-additional-action-relationship-type",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem fr-additional-action-relationship-type</b></p><a name=\"fr-additional-action-relationship-type\"> </a><a name=\"hcfr-additional-action-relationship-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\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This  code system <code>https://hl7.fr/ig/fhir/medication/CodeSystem/fr-additional-action-relationship-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">EXCL<a name=\"fr-additional-action-relationship-type-EXCL\"> </a></td><td>Si l'action est réalisée, l'action reliée ne doit pas être effectuée.</td></tr><tr><td style=\"white-space:nowrap\">ALT<a name=\"fr-additional-action-relationship-type-ALT\"> </a></td><td>Si l'action ne peut pas être réalisée, l'action reliée peut être réalisée à la place.</td></tr></table></div>"
  },
  "url" : "https://hl7.fr/ig/fhir/medication/CodeSystem/fr-additional-action-relationship-type",
  "version" : "0.1.0",
  "name" : "FrAdditionalActionRelationshipType",
  "title" : "Interop'Santé code system - Additional codes for relationship between action",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-07-09T18:07:38+00:00",
  "publisher" : "Interop'Santé",
  "contact" : [
    {
      "name" : "Interop'Santé",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://interopsante.org/"
        }
      ]
    }
  ],
  "description" : "Codes to specify relationship between action in a RequestGroup that are not in the valueSet http://hl7.org/fhir/ValueSet/action-relationship-type.",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "EXCL",
      "display" : "Si l'action est réalisée, l'action reliée ne doit pas être effectuée."
    },
    {
      "code" : "ALT",
      "display" : "Si l'action ne peut pas être réalisée, l'action reliée peut être réalisée à la place."
    }
  ]
}