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

: French Medicinal product Active substance - TTL Representation

Draft as of 2021-10-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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FrMpSubstanceActive"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2021-10-18T07:45:00Z"^^xsd:dateTime ] ;
    ( 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 FrMpSubstanceActive</b></p><a name=\"FrMpSubstanceActive\"> </a><a name=\"hcFrMpSubstanceActive\"> </a><a name=\"FrMpSubstanceActive-en-US\"> </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\">Last updated: 2021-10-18 07:45:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablevalueset.html\">Shareable ValueSet</a></p></div><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where constraint  = ((&lt; 763158003 |Medicinal product (product)|) . 127489000 |Has active ingredient (attribute)|) or ((&lt; 763158003 |Medicinal product (product)|) . 762949000 |Has precise active ingredient (attribute)|)</li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://interopsante.org/fhir/ValueSet/fr-mp-substance-active"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FrMpSubstanceActive"] ; # 
  fhir:title [ fhir:v "French Medicinal product Active substance"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-10-18T07:45:00Z"^^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 l'élément *ingredient.itemCodeableConcept* des ressources *FrMedicationUcd*, *FrMedicationUcdPart* et *FrMedicationNonproprietaryName*."] ; # 
  fhir:immutable [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:copyright [ fhir:v "InterOp'Santé 2021. This value set includes content from SNOMED CT, which is copyright © 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "constraint" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "((< 763158003 |Medicinal product (product)|) . 127489000 |Has active ingredient (attribute)|) or ((< 763158003 |Medicinal product (product)|) . 762949000 |Has precise active ingredient (attribute)|)" ]       ] )     ] )
  ] . #