@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://hl7.fr/ig/fhir/medication/Medication/InLine-DOLIPRANE> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "InLine-DOLIPRANE"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-medication"^^xsd:anyURI ;
       fhir:l <https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-medication>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Médication InLine-DOLIPRANE</b></p><a name=\"InLine-DOLIPRANE\"> </a><a name=\"hcInLine-DOLIPRANE\"> </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\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-fr-medication.html\">FR Medication</a></p></div><p><b>code</b>: <span title=\"Codes :{http://data.esante.gouv.fr/ansm/medicament/UCD 3400891996128}\">DOLIPRANE® 500 mg, gélule</span></p><p><b>form</b>: <span title=\"Codes :{http://standardterms.edqm.eu 10210000}\">gélule</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes :{http://data.esante.gouv.fr/ansm/medicament/codeSMS 100000090270}\">PARACETAMOL</span></td><td>true</td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmg = 'mg')</span>/1</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://data.esante.gouv.fr/ansm/medicament/UCD"^^xsd:anyURI ;
         fhir:l <http://data.esante.gouv.fr/ansm/medicament/UCD>
       ] ;
       fhir:code [ fhir:v "3400891996128" ] ;
       fhir:display [ fhir:v "DOLIPRANE 500MG GELU" ]
     ] ) ;
     fhir:text [ fhir:v "DOLIPRANE® 500 mg, gélule" ]
  ] ; # 
  fhir:form [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
         fhir:l <http://standardterms.edqm.eu>
       ] ;
       fhir:code [ fhir:v "10210000" ] ;
       fhir:display [ fhir:v "Gélule" ]
     ] ) ;
     fhir:text [ fhir:v "gélule" ]
  ] ; # 
  fhir:ingredient ( [
     fhir:item [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://data.esante.gouv.fr/ansm/medicament/codeSMS"^^xsd:anyURI ;
           fhir:l <http://data.esante.gouv.fr/ansm/medicament/codeSMS>
         ] ;
         fhir:code [ fhir:v "100000090270" ] ;
         fhir:display [ fhir:v "paracétamol" ]
       ] ) ;
       fhir:text [ fhir:v "PARACETAMOL" ]
     ] ;
     fhir:isActive [ fhir:v true ] ;
     fhir:strength [
       fhir:numerator [
         fhir:value [ fhir:v "500"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "mg" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "mg" ]
       ] ;
       fhir:denominator [
         fhir:value [ fhir:v "1"^^xsd:decimal ]
       ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

