Search FHIR

Portabilité des Données LGC
0.1.0 - draft France (la) drapeau

Portabilité des Données LGC - version de développement local (intégration continue v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: Statut de l'export

Draft à partir de 2026-08-07

Brut ttl | Télécharger


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cs-pdlgc-export-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cs-pdlgc-export-status"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem|4.0.1" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem|4.0.1>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "fr"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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-pdlgc-export-status</b></p><a name=\"cs-pdlgc-export-status\"> </a><a name=\"hccs-pdlgc-export-status\"> </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-pdlgc-export-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Affichage</b></td></tr><tr><td style=\"white-space:nowrap\">COMPLETE<a name=\"cs-pdlgc-export-status-COMPLETE\"> </a></td><td>Export complet des données LGC</td></tr><tr><td style=\"white-space:nowrap\">PARTIAL<a name=\"cs-pdlgc-export-status-PARTIAL\"> </a></td><td>Export partiel d'une fraction des données LGC</td></tr><tr><td style=\"white-space:nowrap\">SAMPLE<a name=\"cs-pdlgc-export-status-SAMPLE\"> </a></td><td>Export d'un échantillon de données pour test d'intégration</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://interop.esante.gouv.fr/ig/fhir/pdlgc/CodeSystem/cs-pdlgc-export-status"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CS_PDLGC_ExportStatus"] ;
  fhir:CodeSystem.title [ fhir:value "Statut de l'export"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-07T08:28:26+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris"] ;
  fhir:CodeSystem.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://esante.gouv.fr" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Statut de l'export"] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "FR" ] ;
       fhir:Coding.display [ fhir:value "France (la)" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "COMPLETE" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Export complet des données LGC" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "PARTIAL" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Export partiel d'une fraction des données LGC" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "SAMPLE" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Export d'un échantillon de données pour test d'intégration" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cs-pdlgc-export-status.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/cs-pdlgc-export-status.ttl> .