@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://resmed.com/fhir/core/CodeSystem/CodeSystem-Types-organisations-IS> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CodeSystem-Types-organisations-IS"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://interopsante.org/fhir/CodeSystem/fr-v2-3307</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\">LEGAL-ENTITY<a name=\"CodeSystem-Types-organisations-IS-LEGAL-ENTITY\"> </a></td><td>Entité légale</td></tr><tr><td style=\"white-space:nowrap\">GHT<a name=\"CodeSystem-Types-organisations-IS-GHT\"> </a></td><td>Groupement hospitalier de territoire</td></tr><tr><td style=\"white-space:nowrap\">GEOGRAPHICAL-ENTITY<a name=\"CodeSystem-Types-organisations-IS-GEOGRAPHICAL-ENTITY\"> </a></td><td>Entité géographique</td></tr><tr><td style=\"white-space:nowrap\">GROUP<a name=\"CodeSystem-Types-organisations-IS-GROUP\"> </a></td><td>Groupe privé/hospitalier</td></tr><tr><td style=\"white-space:nowrap\">HEBERGEMENT<a name=\"CodeSystem-Types-organisations-IS-HEBERGEMENT\"> </a></td><td>Hébergement</td></tr><tr><td style=\"white-space:nowrap\">SOIN<a name=\"CodeSystem-Types-organisations-IS-SOIN\"> </a></td><td>Soin</td></tr><tr><td style=\"white-space:nowrap\">ADMINISTRATIF<a name=\"CodeSystem-Types-organisations-IS-ADMINISTRATIF\"> </a></td><td>Administration</td></tr><tr><td style=\"white-space:nowrap\">MEDICAL<a name=\"CodeSystem-Types-organisations-IS-MEDICAL\"> </a></td><td>Médical</td></tr><tr><td style=\"white-space:nowrap\">TECHNIQUE<a name=\"CodeSystem-Types-organisations-IS-TECHNIQUE\"> </a></td><td>Technique</td></tr><tr><td style=\"white-space:nowrap\">MEDICOTEC<a name=\"CodeSystem-Types-organisations-IS-MEDICOTEC\"> </a></td><td>medico technique (radio, scanner …)</td></tr><tr><td style=\"white-space:nowrap\">UF<a name=\"CodeSystem-Types-organisations-IS-UF\"> </a></td><td>Unité fonctionnelle</td></tr><tr><td style=\"white-space:nowrap\">SERVICE<a name=\"CodeSystem-Types-organisations-IS-SERVICE\"> </a></td><td>Service</td></tr><tr><td style=\"white-space:nowrap\">UM<a name=\"CodeSystem-Types-organisations-IS-UM\"> </a></td><td>Unité médicale</td></tr><tr><td style=\"white-space:nowrap\">UAC<a name=\"CodeSystem-Types-organisations-IS-UAC\"> </a></td><td>Unité d'activité</td></tr><tr><td style=\"white-space:nowrap\">POLE<a name=\"CodeSystem-Types-organisations-IS-POLE\"> </a></td><td>Pôle</td></tr><tr><td style=\"white-space:nowrap\">CENTRE-RESP<a name=\"CodeSystem-Types-organisations-IS-CENTRE-RESP\"> </a></td><td>Centre de responsabilité</td></tr><tr><td style=\"white-space:nowrap\">CENTRE-ACTIVITE<a name=\"CodeSystem-Types-organisations-IS-CENTRE-ACTIVITE\"> </a></td><td>Centre d'activité</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://interopsante.org/fhir/CodeSystem/fr-v2-3307"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.37.0"] ; # 
  fhir:name [ fhir:v "Fr_v2_3307"] ; # 
  fhir:title [ fhir:v "ResMed French Types of Organizations"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-01-11T18:32:48+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ResMed Corp"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "ResMed Corp" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.resmed.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "atomteam-halifax@resmed.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is a ResMed variant of a HL7 France Core package resource.\nThis is an example code system that includes all the InteropSanté Organizations types codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "17"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "LEGAL-ENTITY" ] ;
     fhir:display [ fhir:v "Entité légale" ]
  ] [
     fhir:code [ fhir:v "GHT" ] ;
     fhir:display [ fhir:v "Groupement hospitalier de territoire" ]
  ] [
     fhir:code [ fhir:v "GEOGRAPHICAL-ENTITY" ] ;
     fhir:display [ fhir:v "Entité géographique" ]
  ] [
     fhir:code [ fhir:v "GROUP" ] ;
     fhir:display [ fhir:v "Groupe privé/hospitalier" ]
  ] [
     fhir:code [ fhir:v "HEBERGEMENT" ] ;
     fhir:display [ fhir:v "Hébergement" ]
  ] [
     fhir:code [ fhir:v "SOIN" ] ;
     fhir:display [ fhir:v "Soin" ]
  ] [
     fhir:code [ fhir:v "ADMINISTRATIF" ] ;
     fhir:display [ fhir:v "Administration" ]
  ] [
     fhir:code [ fhir:v "MEDICAL" ] ;
     fhir:display [ fhir:v "Médical" ]
  ] [
     fhir:code [ fhir:v "TECHNIQUE" ] ;
     fhir:display [ fhir:v "Technique" ]
  ] [
     fhir:code [ fhir:v "MEDICOTEC" ] ;
     fhir:display [ fhir:v "medico technique (radio, scanner …)" ]
  ] [
     fhir:code [ fhir:v "UF" ] ;
     fhir:display [ fhir:v "Unité fonctionnelle" ]
  ] [
     fhir:code [ fhir:v "SERVICE" ] ;
     fhir:display [ fhir:v "Service" ]
  ] [
     fhir:code [ fhir:v "UM" ] ;
     fhir:display [ fhir:v "Unité médicale" ]
  ] [
     fhir:code [ fhir:v "UAC" ] ;
     fhir:display [ fhir:v "Unité d'activité" ]
  ] [
     fhir:code [ fhir:v "POLE" ] ;
     fhir:display [ fhir:v "Pôle" ]
  ] [
     fhir:code [ fhir:v "CENTRE-RESP" ] ;
     fhir:display [ fhir:v "Centre de responsabilité" ]
  ] [
     fhir:code [ fhir:v "CENTRE-ACTIVITE" ] ;
     fhir:display [ fhir:v "Centre d'activité" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

