Données socles des Entrepôts de Données de Santé Hospitalier
0.1.0 - ci-build France (la) flag

Données socles des Entrepôts de Données de Santé Hospitalier - 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

: type de diagnostic du PMSI MCO - TTL Representation

Active as of 2026-07-11

Raw ttl | Download


@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/pmsi-mco-diag-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "pmsi-mco-diag-type"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : CodeSystem pmsi-mco-diag-type</b></p><a name=\"pmsi-mco-diag-type\"> </a><a name=\"hcpmsi-mco-diag-type\"> </a><p>This case-insensitive code system <code>https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/CodeSystem/pmsi-mco-diag-type</code> defines the following codes dans une hiérarchie Grouped By:</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\">DP<a name=\"pmsi-mco-diag-type-DP\"> </a></td><td>Diagnostic Principal</td></tr><tr><td style=\"white-space:nowrap\">DR<a name=\"pmsi-mco-diag-type-DR\"> </a></td><td>Diagonstic Relié</td></tr><tr><td style=\"white-space:nowrap\">DA<a name=\"pmsi-mco-diag-type-DA\"> </a></td><td>Diagnostic Associé Significatif</td></tr><tr><td style=\"white-space:nowrap\">DAD<a name=\"pmsi-mco-diag-type-DAD\"> </a></td><td>Diagnostic Associé Documentaire</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/CodeSystem/pmsi-mco-diag-type"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "PmsiMcoDiagType"] ;
  fhir:CodeSystem.title [ fhir:value "type de diagnostic du PMSI MCO"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-11T15:39:45+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "AP-HP"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "AP-HP" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://aphp.fr" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Liste des types que peuvent avoir les diagnostiques CIM-10 dans les différents résumés/factures qui peuvent être émis dans le système de santé français."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "FRA" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "grouped-by"] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "DP" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Diagnostic Principal" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "DR" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Diagonstic Relié" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "DA" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Diagnostic Associé Significatif" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "DAD" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Diagnostic Associé Documentaire" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/pmsi-mco-diag-type.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/pmsi-mco-diag-type.ttl> .