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

Guide d'implémentation du médicament, published by Interop'Santé. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Interop-Sante/hl7.fhir.fr.medication/ and changes regularly. See the Directory of published versions

: code system Interop'Santé - Statut éditorial d'une valeur - JSON Representation

Draft as of 2021-06-23

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "FrEditorialStatus",
  "meta" : {
    "lastUpdated" : "2021-06-23T08:40:00Z",
    "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 FrEditorialStatus</b></p><a name=\"FrEditorialStatus\"> </a><a name=\"hcFrEditorialStatus\"> </a><a name=\"FrEditorialStatus-en-US\"> </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\">Last updated: 2021-06-23 08:40:00+0000</p><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>http://interopsante.org/fhir/CodeSystem/fr-editorial-status</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\">10000001<a name=\"FrEditorialStatus-10000001\"> </a></td><td>Créé</td></tr><tr><td style=\"white-space:nowrap\">10000002<a name=\"FrEditorialStatus-10000002\"> </a></td><td>Mis-à-jour</td></tr><tr><td style=\"white-space:nowrap\">10000003<a name=\"FrEditorialStatus-10000003\"> </a></td><td>Scellé</td></tr><tr><td style=\"white-space:nowrap\">10000004<a name=\"FrEditorialStatus-10000004\"> </a></td><td>Supprimé</td></tr></table></div>"
  },
  "url" : "http://interopsante.org/fhir/CodeSystem/fr-editorial-status",
  "version" : "0.1.0",
  "name" : "FrEditorialStatus",
  "title" : "code system Interop'Santé - Statut éditorial d'une valeur",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-06-23T08:40:00Z",
  "publisher" : "Interop'Santé",
  "contact" : [
    {
      "name" : "Interop'Santé",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://interopsante.org/"
        }
      ]
    }
  ],
  "description" : "Le système de codage du statut éditorial d'une valeur.",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "10000001",
      "display" : "Créé"
    },
    {
      "code" : "10000002",
      "display" : "Mis-à-jour"
    },
    {
      "code" : "10000003",
      "display" : "Scellé"
    },
    {
      "code" : "10000004",
      "display" : "Supprimé"
    }
  ]
}