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
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/HAS-07-Presc-Paracetamol> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "HAS-07-Presc-Paracetamol"] ;
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:MedicationRequest ;
fhir:Resource.id [ fhir:value "medicationrequest-HAS-7-Presc-Paracetamol" ] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medicationrequest" ;
fhir:index 0 ;
fhir:link <https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medicationrequest>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_medicationrequest-HAS-7-Presc-Paracetamol\"> </a><p class=\"res-header-id\"><b>Narratif généré : PrescriptionMédicamenteuseTODO medicationrequest-HAS-7-Presc-Paracetamol</b></p><a name=\"medicationrequest-HAS-7-Presc-Paracetamol\"> </a><a name=\"hcmedicationrequest-HAS-7-Presc-Paracetamol\"> </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>Si douleur -dose max/prise de 1000 mg (soit 2 gélules) -4000 mg maximum par jour (soit 8 gélules)</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://BogusSystemMedicabase.com MV00000557}\">PARACETAMOL 500 mg gélule</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: PARACETAMOL 500 mg gélule : Si douleur -dose max/prise de 1000 mg (soit 2 gélules) -4000 mg maximum par jour (soit 8 gélules)</p>\n</div></blockquote><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AsNeeded[x]</b></td><td><b>MaxDosePerPeriod</b></td><td><b>MaxDosePerAdministration</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes :{http://snomed.info/sct 22253000}\">Si douleurs</span></td><td>4000 mg<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmg = 'mg')</span>/24 h<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMh = 'h')</span></td><td>1000 mg<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmg = 'mg')</span></td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction" ] ;
fhir:Extension.valueMarkdown [ fhir:value "Si douleur -dose max/prise de 1000 mg (soit 2 gélules) -4000 mg maximum par jour (soit 8 gélules)" ]
] ;
fhir:MedicationRequest.status [ fhir:value "active" ] ;
fhir:MedicationRequest.intent [ fhir:value "order" ] ;
fhir:MedicationRequest.priority [ fhir:value "routine" ] ;
fhir:MedicationRequest.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://BogusSystemMedicabase.com" ] ;
fhir:Coding.code [ fhir:value "MV00000557" ] ;
fhir:Coding.display [ fhir:value "PARACETAMOL 500 mg gélule" ]
]
] ;
fhir:MedicationRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/14602> ;
fhir:Reference.reference [ fhir:value "Patient/14602" ]
] ;
fhir:MedicationRequest.authoredOn [ fhir:value "2025-07-23T10:33:00+01:00"^^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.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Prescription textuelle: PARACETAMOL 500 mg gélule : Si douleur -dose max/prise de 1000 mg (soit 2 gélules) -4000 mg maximum par jour (soit 8 gélules)" ]
] ;
fhir:MedicationRequest.dosageInstruction [
fhir:index 0 ;
fhir:Dosage.asNeededCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:22253000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "22253000" ] ;
fhir:Coding.display [ fhir:value "douleur" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Si douleurs" ]
] ;
fhir:Dosage.maxDosePerPeriod [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "4000"^^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 "24"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "h" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "h" ]
]
] ;
fhir:Dosage.maxDosePerAdministration [
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" ]
]
]
]
] .
<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/HAS-07-Presc-Paracetamol.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/HAS-07-Presc-Paracetamol.ttl> .
IG © 2020+ Interop'Santé. Package ans.fhir.fr.eprescription#1.1.0-ballot based on FHIR 4.0.1. Generated 2026-07-10
Liens: Table des matières |
QA |
Historique des versions
| New Issue