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

: code system InterOp'Santé - Type d'écart/erreur sur une ligne de traitement d'une FCT - TTL Representation

Draft as of 2024-12-26

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 "fr-medication-reconciliation-type"] ; # 
  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>Generated Narrative: CodeSystem fr-medication-reconciliation-type</b></p><a name=\"fr-medication-reconciliation-type\"> </a><a name=\"hcfr-medication-reconciliation-type\"> </a><a name=\"fr-medication-reconciliation-type-en-US\"> </a><p>This  code system <code>https://hl7.fr/fhir/fr/medication/CodeSystem/fr-medication-reconciliation-type</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\">10000001<a name=\"fr-medication-reconciliation-type-10000001\"> </a></td><td>Erreur posologie</td></tr><tr><td style=\"white-space:nowrap\">10000002<a name=\"fr-medication-reconciliation-type-10000002\"> </a></td><td>Oubli médicament prescrit</td></tr><tr><td style=\"white-space:nowrap\">10000003<a name=\"fr-medication-reconciliation-type-10000003\"> </a></td><td>Oubli automédication</td></tr><tr><td style=\"white-space:nowrap\">10000004<a name=\"fr-medication-reconciliation-type-10000004\"> </a></td><td>Erreur substitution</td></tr><tr><td style=\"white-space:nowrap\">10000005<a name=\"fr-medication-reconciliation-type-10000005\"> </a></td><td>Erreur forme galénique</td></tr><tr><td style=\"white-space:nowrap\">10000006<a name=\"fr-medication-reconciliation-type-10000006\"> </a></td><td>Ajout</td></tr><tr><td style=\"white-space:nowrap\">10000007<a name=\"fr-medication-reconciliation-type-10000007\"> </a></td><td>Autre</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hl7.fr/fhir/fr/medication/CodeSystem/fr-medication-reconciliation-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FrMedicationReconciliationType"] ; # 
  fhir:title [ fhir:v "code system InterOp'Santé - Type d'écart/erreur sur une ligne de traitement d'une FCT"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-12-26T13:24:49+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 "Le système de codage du type d'écart/erreur sur une ligne de traitement d'une FCT (Fiche de Conciliation des Traitements médicamenteux)."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "10000001" ] ;
fhir:display [ fhir:v "Erreur posologie" ]
  ] [
fhir:code [ fhir:v "10000002" ] ;
fhir:display [ fhir:v "Oubli médicament prescrit" ]
  ] [
fhir:code [ fhir:v "10000003" ] ;
fhir:display [ fhir:v "Oubli automédication" ]
  ] [
fhir:code [ fhir:v "10000004" ] ;
fhir:display [ fhir:v "Erreur substitution" ]
  ] [
fhir:code [ fhir:v "10000005" ] ;
fhir:display [ fhir:v "Erreur forme galénique" ]
  ] [
fhir:code [ fhir:v "10000006" ] ;
fhir:display [ fhir:v "Ajout" ]
  ] [
fhir:code [ fhir:v "10000007" ] ;
fhir:display [ fhir:v "Autre" ]
  ] ) . #