{
  "resourceType": "CodeSystem",
  "meta": {
    "lastUpdated": "2021-06-23T08:40:00+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Statut éditorial d'une valeur</h2><div><p>Le système de codage du statut éditorial d'une valeur.</p></div><ul><li><p>Il inclut les valeurs suivantes :</p><table class=\"none\"><tr><td><b> Code</b></td><td><b> Display</b></td></tr><tr><td>10000001</td><td>Créé</td></tr><tr><td>10000002</td><td>Mis-à-jour</td></tr><tr><td>10000003</td><td>Scellé</td></tr><tr><td>10000004</td><td>Supprimé</td></tr></table></li></ul></div>"
  },
  "url": "http://interopsante.org/fhir/CodeSystem/fr-editorial-status",
  "version": "0.2.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é - FRANCE",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "fhir@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é"
    }
  ]
}