@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://interop.esante.gouv.fr/ig/fhir/eprescription/Bundle/HAS-32-2-Presc-ULTIBRO-BREEZ> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HAS-32-2-Presc-ULTIBRO-BREEZ"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-prescription-bundle-for-example"^^xsd:anyURI ;
       fhir:l <https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-prescription-bundle-for-example>
     ] )
  ] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:entry ( [
     fhir:resource ( [
       a fhir:MedicationRequest ;
       fhir:id [ fhir:v "medicationrequest-HAS-32-2-Presc-ULTIBRO-BREEZ" ] ;
       fhir:meta [
         fhir:profile ( [
           fhir:v "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medicationrequest"^^xsd:anyURI ;
           fhir:l <https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medicationrequest>
         ] )
       ] ;
       fhir:text [
         fhir:status [ fhir:v "extensions" ] ;
         fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_medicationrequest-HAS-32-2-Presc-ULTIBRO-BREEZ\"> </a><p class=\"res-header-id\"><b>Narratif généré : PrescriptionMédicamenteuseTODO medicationrequest-HAS-32-2-Presc-ULTIBRO-BREEZ</b></p><a name=\"medicationrequest-HAS-32-2-Presc-ULTIBRO-BREEZ\"> </a><a name=\"hcmedicationrequest-HAS-32-2-Presc-ULTIBRO-BREEZ\"> </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-medicationrequest.html\">FR Medication Request</a></p></div><p><b>R5: Full representation of the dosage instructions (new)</b>: </p><div><p>1 gélule à administrer par voie inhalée à la même heure chaque jour pendant 1 mois.</p>\n</div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Routine</p><p><b>medication</b>: <span title=\"Codes :{http://data.esante.gouv.fr/ansm/medicament/UCD 3400893964361}\">ULTIBRO BREEZ.85/43 GELU+INH</span></p><p><b>subject</b>: <a href=\"Patient/14602\">Patient/14602</a></p><p><b>authoredOn</b>: 2025-07-23 10:33:00+0100</p><p><b>requester</b>: <a href=\"Practitioner/smart-Practitioner-71482713\">Practitioner/smart-Practitioner-71482713</a></p><p><b>note</b>: </p><blockquote><div><p>Prescription textuelle: ULTIBRO BREEZ® 85/43 µg gélule : 1 gélule à administrer par voie inhalée à la même heure chaque jour pendant 1 mois.</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstruction</b>: <span title=\"Codes :\">à la même heure chaque jour</span></p><p><b>timing</b>: Une fois par 1 day</p><p><b>route</b>: <span title=\"Codes :{http://standardterms.edqm.eu 20020000}\">Voie inhalée</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 Gélule ou capsule molle<span style=\"background: LightGoldenRodYellow\"> (Détails : code EDQM Standard Terms15012000 = 'Capsule')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
       ] ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction>
         ] ;
         fhir:value [
           a fhir:Markdown ;
           fhir:v "1 gélule à administrer par voie inhalée à la même heure chaque jour pendant 1 mois."
         ]
       ] ) ;
       fhir:status [ fhir:v "active" ] ;
       fhir:intent [ fhir:v "order" ] ;
       fhir:priority [ fhir:v "routine" ] ;
       fhir:medication [
         a fhir:CodeableConcept ;
         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 "3400893964361" ] ;
           fhir:display [ fhir:v "ULTIBRO BREEZ.85/43 GELU+INH" ]
         ] )
       ] ;
       fhir:subject [
         fhir:l <https://interop.esante.gouv.fr/ig/fhir/eprescription/Patient/14602> ;
         fhir:reference [ fhir:v "Patient/14602" ]
       ] ;
       fhir:authoredOn [ fhir:v "2025-07-23T10:33:00+01:00"^^xsd:dateTime ] ;
       fhir:requester [
         fhir:l <https://interop.esante.gouv.fr/ig/fhir/eprescription/Practitioner/smart-Practitioner-71482713> ;
         fhir:reference [ fhir:v "Practitioner/smart-Practitioner-71482713" ]
       ] ;
       fhir:note ( [
         fhir:text [ fhir:v "Prescription textuelle: ULTIBRO BREEZ® 85/43 µg gélule : 1 gélule à administrer par voie inhalée à la même heure chaque jour pendant 1 mois." ]
       ] ) ;
       fhir:dosageInstruction ( [
         fhir:additionalInstruction ( [
           fhir:text [ fhir:v "à la même heure chaque jour" ]
         ] ) ;
         fhir:timing [
           fhir:repeat [
             fhir:bounds [
               a fhir:Duration ;
               fhir:value [ fhir:v "1"^^xsd:decimal ] ;
               fhir:unit [ fhir:v "mois" ] ;
               fhir:system [
                 fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
                 fhir:l <http://unitsofmeasure.org>
               ] ;
               fhir:code [ fhir:v "mo" ]
             ] ;
             fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
             fhir:period [ fhir:v "1"^^xsd:decimal ] ;
             fhir:periodUnit [ fhir:v "d" ]
           ]
         ] ;
         fhir:route [
           fhir:coding ( [
             fhir:system [
               fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
               fhir:l <http://standardterms.edqm.eu>
             ] ;
             fhir:code [ fhir:v "20020000" ] ;
             fhir:display [ fhir:v "Voie inhalée" ]
           ] )
         ] ;
         fhir:doseAndRate ( [
           fhir:dose [
             a fhir:Quantity ;
             fhir:value [ fhir:v "1"^^xsd:decimal ] ;
             fhir:unit [ fhir:v "Gélule ou capsule molle" ] ;
             fhir:system [
               fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
               fhir:l <http://standardterms.edqm.eu>
             ] ;
             fhir:code [ fhir:v "15012000" ]
           ]
         ] )
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

