@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.fr/fhir/fr/preadmission/CodeSystem/document-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "document-type-cs"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : CodeSystem document-type-cs</b></p><a name=\"document-type-cs\"> </a><a name=\"hcdocument-type-cs\"> </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></p></div><p>This case-sensitive code system <code>http://hl7.fr/fhir/fr/preadmission/CodeSystem/document-type-cs</code> defines the following codes:</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\">CN_RECTO<a name=\"document-type-cs-CN_RECTO\"> </a></td><td>Recto Carte d’identité</td></tr><tr><td style=\"white-space:nowrap\">CN_VERSO<a name=\"document-type-cs-CN_VERSO\"> </a></td><td>Verso Carte d’identité</td></tr><tr><td style=\"white-space:nowrap\">ATTEST_VITALE<a name=\"document-type-cs-ATTEST_VITALE\"> </a></td><td>Carte Vitale</td></tr><tr><td style=\"white-space:nowrap\">JUSTIFICATIF_ID<a name=\"document-type-cs-JUSTIFICATIF_ID\"> </a></td><td>Justificatif d'identité</td></tr><tr><td style=\"white-space:nowrap\">MUTUELLE<a name=\"document-type-cs-MUTUELLE\"> </a></td><td>Carte mutuelle</td></tr><tr><td style=\"white-space:nowrap\">MUTUELLE_RECTO<a name=\"document-type-cs-MUTUELLE_RECTO\"> </a></td><td>Recto Carte mutuelle</td></tr><tr><td style=\"white-space:nowrap\">MUTUELLE_VERSO<a name=\"document-type-cs-MUTUELLE_VERSO\"> </a></td><td>Verso Carte mutuelle</td></tr><tr><td style=\"white-space:nowrap\">JUSTIFICATIF_DOM<a name=\"document-type-cs-JUSTIFICATIF_DOM\"> </a></td><td>Justificatif de domicile</td></tr><tr><td style=\"white-space:nowrap\">ARRET_TRAVAIL<a name=\"document-type-cs-ARRET_TRAVAIL\"> </a></td><td>Arrêt de travail</td></tr><tr><td style=\"white-space:nowrap\">PERS_PREVENIR<a name=\"document-type-cs-PERS_PREVENIR\"> </a></td><td>Fiche de déclaration de la personne à prévenir</td></tr><tr><td style=\"white-space:nowrap\">PERS_CONFIANCE<a name=\"document-type-cs-PERS_CONFIANCE\"> </a></td><td>Fiche de déclaration de la personne de confiance</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.fr/fhir/fr/preadmission/CodeSystem/document-type-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PreadmissionDocumentTypeCodeSystem"] ; # 
  fhir:title [ fhir:v "document-type-cs"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-02-24T09:27:09+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Interop'Santé"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Interop'Santé" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://interopsante.org/" ]
     ] )
  ] [
     fhir:name [ fhir:v "InteropSanté" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@interopsante.org" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types de documents additionnels pour la préadmission"] ; # 
  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 true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "CN_RECTO" ] ;
     fhir:display [ fhir:v "Recto Carte d’identité" ]
  ] [
     fhir:code [ fhir:v "CN_VERSO" ] ;
     fhir:display [ fhir:v "Verso Carte d’identité" ]
  ] [
     fhir:code [ fhir:v "ATTEST_VITALE" ] ;
     fhir:display [ fhir:v "Carte Vitale" ]
  ] [
     fhir:code [ fhir:v "JUSTIFICATIF_ID" ] ;
     fhir:display [ fhir:v "Justificatif d'identité" ]
  ] [
     fhir:code [ fhir:v "MUTUELLE" ] ;
     fhir:display [ fhir:v "Carte mutuelle" ]
  ] [
     fhir:code [ fhir:v "MUTUELLE_RECTO" ] ;
     fhir:display [ fhir:v "Recto Carte mutuelle" ]
  ] [
     fhir:code [ fhir:v "MUTUELLE_VERSO" ] ;
     fhir:display [ fhir:v "Verso Carte mutuelle" ]
  ] [
     fhir:code [ fhir:v "JUSTIFICATIF_DOM" ] ;
     fhir:display [ fhir:v "Justificatif de domicile" ]
  ] [
     fhir:code [ fhir:v "ARRET_TRAVAIL" ] ;
     fhir:display [ fhir:v "Arrêt de travail" ]
  ] [
     fhir:code [ fhir:v "PERS_PREVENIR" ] ;
     fhir:display [ fhir:v "Fiche de déclaration de la personne à prévenir" ]
  ] [
     fhir:code [ fhir:v "PERS_CONFIANCE" ] ;
     fhir:display [ fhir:v "Fiche de déclaration de la personne de confiance" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

