Search FHIR

Guide d'implémentation de la ePrescription
1.1.0-ballot - ballot France (la) flag

Guide d'implémentation de la ePrescription, publié par Interop'Santé. Ce guide n'est pas une publication autorisée ; C'est la version en intégration continue pour la version 1.1.0-ballot construite par le CI Build FHIR (HL7® FHIR® Standard). Cette version est basée sur le contenu actuel de https://github.com/ansforge/interop-ig-fhir-ePrescription/ et change régulièrement. Voir le répertoire des versions publiées

: Presc-EFFERALGAN - 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#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/Presc-EFFERALGAN> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Presc-EFFERALGAN"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-prescription-bundle-for-example" ;
       fhir:index 0 ;
       fhir:link <https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-prescription-bundle-for-example>
     ]
  ] ;
  fhir:Bundle.type [ fhir:value "searchset"] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.resource [
       a fhir:Medication ;
       fhir:Resource.id [ fhir:value "medication-Presc-EFFERALGAN" ] ;
       fhir:Resource.meta [
         fhir:Meta.profile [
           fhir:value "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medication-noncompound" ;
           fhir:index 0 ;
           fhir:link <https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medication-noncompound>
         ]
       ] ;
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ] ;
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_medication-Presc-EFFERALGAN\"> </a><p class=\"res-header-id\"><b>Narratif généré : Médication medication-Presc-EFFERALGAN</b></p><a name=\"medication-Presc-EFFERALGAN\"> </a><a name=\"hcmedication-Presc-EFFERALGAN\"> </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-noncompound.html\">FR Medication Non Compound</a></p></div><p><b>code</b>: <span title=\"Codes :{http://data.esante.gouv.fr/ansm/medicament/UCD 3400893766521}\">EFFERALGAN® 1 000 mg, cpr</span></p><p><b>form</b>: <span title=\"Codes :{http://standardterms.edqm.eu 10219000}\">Comprimé</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>1000 mg<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmg = 'mg')</span>/1</td></tr></table></div>"
       ] ;
       fhir:Medication.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://data.esante.gouv.fr/ansm/medicament/UCD" ] ;
           fhir:Coding.code [ fhir:value "3400893766521" ] ;
           fhir:Coding.display [ fhir:value "EFFERALGANMED 1000MG CPR" ]
         ] ;
         fhir:CodeableConcept.text [ fhir:value "EFFERALGAN® 1 000 mg, cpr" ]
       ] ;
       fhir:Medication.form [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
           fhir:Coding.code [ fhir:value "10219000" ] ;
           fhir:Coding.display [ fhir:value "Comprimé" ]
         ]
       ] ;
       fhir:Medication.ingredient [
         fhir:index 0 ;
         fhir:Medication.ingredient.itemCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://data.esante.gouv.fr/ansm/medicament/codeSMS" ] ;
             fhir:Coding.code [ fhir:value "100000090270" ] ;
             fhir:Coding.display [ fhir:value "paracétamol" ]
           ] ;
           fhir:CodeableConcept.text [ fhir:value "PARACETAMOL" ]
         ] ;
         fhir:Medication.ingredient.isActive [ fhir:value "true"^^xsd:boolean ] ;
         fhir:Medication.ingredient.strength [
           fhir:Ratio.numerator [
             fhir:Quantity.value [ fhir:value "1000"^^xsd:decimal ] ;
             fhir:Quantity.unit [ fhir:value "mg" ] ;
             fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
             fhir:Quantity.code [ fhir:value "mg" ]
           ] ;
           fhir:Ratio.denominator [
             fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
           ]
         ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.resource [
       a fhir:MedicationRequest ;
       fhir:Resource.id [ fhir:value "medicationrequest-Presc-EFFERALGAN" ] ;
       fhir:Resource.meta [
         fhir:Meta.profile [
           fhir:value "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-inpatient-medicationrequest" ;
           fhir:index 0 ;
           fhir:link <https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-inpatient-medicationrequest>
         ]
       ] ;
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ] ;
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_medicationrequest-Presc-EFFERALGAN\"> </a><p class=\"res-header-id\"><b>Narratif généré : PrescriptionMédicamenteuseTODO medicationrequest-Presc-EFFERALGAN</b></p><a name=\"medicationrequest-Presc-EFFERALGAN\"> </a><a name=\"hcmedicationrequest-Presc-EFFERALGAN\"> </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-inpatient-medicationrequest.html\">FR Inpatient MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Routine</p><p><b>medication</b>: <code>#medication-Presc-EFFERALGAN</code></p><p><b>subject</b>: <a href=\"Patient/14602\">Patient/14602</a></p><p><b>authoredOn</b>: 2021-07-28 14:52:40+0000</p><p><b>requester</b>: <a href=\"Practitioner/smart-Practitioner-71482713\">Practitioner/smart-Practitioner-71482713</a></p><p><b>groupIdentifier</b>: <code>https://somehospital.fr/Prescrption-ID</code>/Presc-14624</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>timing</b>: Une fois</p><p><b>route</b>: <span title=\"Codes :{http://standardterms.edqm.eu 20053000}\">Voie orale</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes :{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 Comprimé<span style=\"background: LightGoldenRodYellow\"> (Détails : code EDQM Standard Terms15054000 = 'Tablet')</span></td></tr></table></blockquote></div>"
       ] ;
       fhir:MedicationRequest.status [ fhir:value "active" ] ;
       fhir:MedicationRequest.intent [ fhir:value "order" ] ;
       fhir:MedicationRequest.priority [ fhir:value "routine" ] ;
       fhir:MedicationRequest.medicationReference [
         fhir:Reference.reference [ fhir:value "#medication-Presc-EFFERALGAN" ]
       ] ;
       fhir:MedicationRequest.subject [
         fhir:link <http://hl7.org/fhir/Patient/14602> ;
         fhir:Reference.reference [ fhir:value "Patient/14602" ]
       ] ;
       fhir:MedicationRequest.authoredOn [ fhir:value "2021-07-28T14:52:40.936Z"^^xsd:dateTime ] ;
       fhir:MedicationRequest.requester [
         fhir:link <http://hl7.org/fhir/Practitioner/smart-Practitioner-71482713> ;
         fhir:Reference.reference [ fhir:value "Practitioner/smart-Practitioner-71482713" ]
       ] ;
       fhir:MedicationRequest.groupIdentifier [
         fhir:Identifier.system [ fhir:value "https://somehospital.fr/Prescrption-ID" ] ;
         fhir:Identifier.value [ fhir:value "Presc-14624" ]
       ] ;
       fhir:MedicationRequest.dosageInstruction [
         fhir:index 0 ;
         fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
         fhir:Dosage.timing [
           fhir:Timing.repeat [
             fhir:Timing.repeat.boundsPeriod [
               fhir:Period.start [ fhir:value "2021-07-28T14:52:00Z"^^xsd:dateTime ] ;
               fhir:Period.end [ fhir:value "2021-08-02T14:51:59Z"^^xsd:dateTime ]
             ] ;
             fhir:Timing.repeat.timeOfDay [
               fhir:value "07:00:00"^^xsd:time ;
               fhir:index 0
             ], [
               fhir:value "12:00:00"^^xsd:time ;
               fhir:index 1
             ], [
               fhir:value "18:00:00"^^xsd:time ;
               fhir:index 2
             ]
           ]
         ] ;
         fhir:Dosage.route [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
             fhir:Coding.code [ fhir:value "20053000" ] ;
             fhir:Coding.display [ fhir:value "Voie orale" ]
           ] ;
           fhir:CodeableConcept.text [ fhir:value "Voie orale" ]
         ] ;
         fhir:Dosage.doseAndRate [
           fhir:index 0 ;
           fhir:Dosage.doseAndRate.type [
             fhir:CodeableConcept.coding [
               fhir:index 0 ;
               fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/dose-rate-type" ] ;
               fhir:Coding.code [ fhir:value "ordered" ] ;
               fhir:Coding.display [ fhir:value "Ordered" ]
             ] ;
             fhir:CodeableConcept.text [ fhir:value "Ordered" ]
           ] ;
           fhir:Dosage.doseAndRate.doseQuantity [
             fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
             fhir:Quantity.unit [ fhir:value "Comprimé" ] ;
             fhir:Quantity.system [ fhir:value "http://standardterms.edqm.eu" ] ;
             fhir:Quantity.code [ fhir:value "15054000" ]
           ]
         ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Patient/14602> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/smart-Practitioner-71482713> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/Presc-EFFERALGAN.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/Presc-EFFERALGAN.ttl> .