Guide d'implémentation du GT Standards et Interopérabilité pour les EDS
0.1.0 - ci-build France flag

Guide d'implémentation du GT Standards et Interopérabilité pour les EDS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: type PMSI - TTL Representation

Active as of 2024-09-10

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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FrClaimType"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem FrClaimType</b></p><a name=\"FrClaimType\"> </a><a name=\"hcFrClaimType\"> </a><a name=\"FrClaimType-fr-FR\"> </a><p>This case-insensitive code system <code>https://interop.esante.gouv.fr/ig/fhir/eds/CodeSystem/FrClaimType</code> defines the following codes in a Grouped By hierarchy:</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\">PMSIMCO<a name=\"FrClaimType-PMSIMCO\"> </a></td><td>PMSI - MCO</td></tr><tr><td style=\"white-space:nowrap\">PMSIHAD<a name=\"FrClaimType-PMSIHAD\"> </a></td><td>PMSI - HAD</td></tr><tr><td style=\"white-space:nowrap\">PMSISSR<a name=\"FrClaimType-PMSISSR\"> </a></td><td>PMSI - SSR</td></tr><tr><td style=\"white-space:nowrap\">PMSIPSY<a name=\"FrClaimType-PMSIPSY\"> </a></td><td>PMSI - PSY</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/eds/CodeSystem/FrClaimType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FrClaimType"] ; # 
  fhir:title [ fhir:v "type PMSI"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-09-10T07:10:31+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ANS"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "ANS" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://esante.gouv.fr" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Typage des claim en France, dans le cadre du PMSI"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FR" ] ;
fhir:display [ fhir:v "France" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "PMSIMCO" ] ;
fhir:display [ fhir:v "PMSI - MCO" ]
  ] [
fhir:code [ fhir:v "PMSIHAD" ] ;
fhir:display [ fhir:v "PMSI - HAD" ]
  ] [
fhir:code [ fhir:v "PMSISSR" ] ;
fhir:display [ fhir:v "PMSI - SSR" ]
  ] [
fhir:code [ fhir:v "PMSIPSY" ] ;
fhir:display [ fhir:v "PMSI - PSY" ]
  ] ) . #