Guide d'implémentation du médicament
0.1.0 - ci-build

Guide d'implémentation du médicament, published by Interop'Santé. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Interop-Sante/hl7.fhir.fr.medication/ and changes regularly. See the Directory of published versions

: Liste des profils définis par l'IG Medication pour la ressource Medication - TTL Representation

Draft as of 2024-09-18

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 "FrMedicationIGMedicationProfileList"] ; # 
  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 FrMedicationIGMedicationProfileList</b></p><a name=\"FrMedicationIGMedicationProfileList\"> </a><a name=\"hcFrMedicationIGMedicationProfileList\"> </a><a name=\"FrMedicationIGMedicationProfileList-en-US\"> </a><p>This  code system <code>https://hl7.fr/ig/fhir/Medication/CodeSystem/fr-medication-profil-list</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\">FrMedicationUcd<a name=\"FrMedicationIGMedicationProfileList-FrMedicationUcd\"> </a></td><td>French branded name Medication</td></tr><tr><td style=\"white-space:nowrap\">FrMedicationNonproprietaryName<a name=\"FrMedicationIGMedicationProfileList-FrMedicationNonproprietaryName\"> </a></td><td>French non proprietary name Medication</td></tr><tr><td style=\"white-space:nowrap\">FrMedicationCompound<a name=\"FrMedicationIGMedicationProfileList-FrMedicationCompound\"> </a></td><td>French compound Medication</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hl7.fr/ig/fhir/Medication/CodeSystem/fr-medication-profil-list"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FrMedicationIGMedicationProfileList"] ; # 
  fhir:title [ fhir:v "Liste des profils définis par l'IG Medication pour la ressource Medication"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-18T09:33:46+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:description [ fhir:v "Liste des noms associés aux titres"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "FrMedicationUcd" ] ;
fhir:display [ fhir:v "French branded name Medication" ]
  ] [
fhir:code [ fhir:v "FrMedicationNonproprietaryName" ] ;
fhir:display [ fhir:v "French non proprietary name Medication" ]
  ] [
fhir:code [ fhir:v "FrMedicationCompound" ] ;
fhir:display [ fhir:v "French compound Medication" ]
  ] ) . #