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
: value set InterOp'Santé - type de document de la ressource Composition d'une FCT - TTL Representation
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#> .
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "fr-medication-reconciliation-document-type"] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] )
] ;
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: ValueSet fr-medication-reconciliation-document-type</b></p><a name=\"fr-medication-reconciliation-document-type\"> </a><a name=\"hcfr-medication-reconciliation-document-type\"> </a><a name=\"fr-medication-reconciliation-document-type-en-US\"> </a><ul><li>Include codes from<a href=\"CodeSystem-fr-document-type.html\"><code>https://hl7.fr/fhir/fr/medication/CodeSystem/fr-document-type</code></a> where isMedicationReconciliation = true</li></ul></div>"
] ;
fhir:url [ fhir:v "https://hl7.fr/fhir/fr/medication/ValueSet/fr-medication-reconciliation-document-type"^^xsd:anyURI] ;
fhir:version [ fhir:v "0.1.0"] ;
fhir:name [ fhir:v "FrMedicationReconciliationDocumentType"] ;
fhir:title [ fhir:v "value set InterOp'Santé - type de document de la ressource Composition 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 jeu de valeurs à utiliser pour coder le type de document de la ressource *Composition* d'une FCT (Fiche de Conciliation des Traitements médicamenteux)."] ;
fhir:immutable [ fhir:v "false"^^xsd:boolean] ;
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "https://hl7.fr/fhir/fr/medication/CodeSystem/fr-document-type"^^xsd:anyURI ] ;
( fhir:filter [
fhir:property [ fhir:v "isMedicationReconciliation" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "true" ] ] ) ] )
] .