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

FHIR IG analytics

Packagehl7.fhir.fr.medication
Resource TypeCodeSystem
IdCodeSystem-fr-editorial-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Interop-Sante/hl7.fhir.fr.medication/CodeSystem-fr-editorial-status.html
URLhttps://hl7.fr/ig/fhir/medication/CodeSystem/fr-editorial-status
Version0.1.0
Statusdraft
Date2026-01-20T11:03:34+00:00
NameFrEditorialStatus
Titlecode system Interop'Santé - Statut éditorial d'une valeur
Realmfr
Authorityhl7
DescriptionLe système de codage du statut éditorial d'une valeur.
Contentcomplete

Resources that use this resource

ValueSet
fr-editorial-statusvalue set Interop'Santé - Statut éditorial d'une valeur

Resources that this resource uses

No resources found


Narrative

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

Narratif généré : CodeSystem fr-editorial-status

This code system https://hl7.fr/ig/fhir/medication/CodeSystem/fr-editorial-status defines the following codes:

CodeAffichage
10000001 Créé
10000002 Mis-à-jour
10000003 Scellé
10000004 Supprimé

Source1

{
  "resourceType": "CodeSystem",
  "id": "fr-editorial-status",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.fr/ig/fhir/medication/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": "2026-01-20T11:03:34+00:00",
  "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.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "10000001",
      "display": "Créé"
    },
    {
      "code": "10000002",
      "display": "Mis-à-jour"
    },
    {
      "code": "10000003",
      "display": "Scellé"
    },
    {
      "code": "10000004",
      "display": "Supprimé"
    }
  ]
}