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/Presc-PerfGl-NaCl-KCl-1l> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "Presc-PerfGl-NaCl-KCl-1l"] ;
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-1-Presc-PerfGl-NaCl-KCl-1l" ] ;
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-1-Presc-PerfGl-NaCl-KCl-1l\"> </a><p class=\"res-header-id\"><b>Narratif généré : Médication medication-1-Presc-PerfGl-NaCl-KCl-1l</b></p><a name=\"medication-1-Presc-PerfGl-NaCl-KCl-1l\"> </a><a name=\"hcmedication-1-Presc-PerfGl-NaCl-KCl-1l\"> </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/codeSMS 100000078171}\">GLUCOSE</span></p><p><b>form</b>: <span title=\"Codes :{http://standardterms.edqm.eu 11210000}\">solution pour perfusion</span></p><p><b>amount</b>: 1 L<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUML = 'L')</span>/1</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes :{http://snomed.info/sct 67079006}\">GLUCOSE</span></td><td>50 mg<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmg = 'mg')</span>/1 mL<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmL = 'mL')</span></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/codeSMS" ] ;
fhir:Coding.code [ fhir:value "100000078171" ] ;
fhir:Coding.display [ fhir:value "glucose" ]
] ;
fhir:CodeableConcept.text [ fhir:value "GLUCOSE" ]
] ;
fhir:Medication.form [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
fhir:Coding.code [ fhir:value "11210000" ] ;
fhir:Coding.display [ fhir:value "solution pour perfusion" ]
] ;
fhir:CodeableConcept.text [ fhir:value "solution pour perfusion" ]
] ;
fhir:Medication.amount [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "L" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "L" ]
] ;
fhir:Ratio.denominator [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
]
] ;
fhir:Medication.ingredient [
fhir:index 0 ;
fhir:Medication.ingredient.itemCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:67079006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "67079006" ] ;
fhir:Coding.display [ fhir:value "glucose" ]
] ;
fhir:CodeableConcept.text [ fhir:value "GLUCOSE" ]
] ;
fhir:Medication.ingredient.strength [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "50"^^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:Quantity.unit [ fhir:value "mL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mL" ]
]
]
]
]
], [
fhir:index 1 ;
fhir:Bundle.entry.resource [
a fhir:Medication ;
fhir:Resource.id [ fhir:value "medication-2-Presc-PerfGl-NaCl-KCl-1l" ] ;
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-2-Presc-PerfGl-NaCl-KCl-1l\"> </a><p class=\"res-header-id\"><b>Narratif généré : Médication medication-2-Presc-PerfGl-NaCl-KCl-1l</b></p><a name=\"medication-2-Presc-PerfGl-NaCl-KCl-1l\"> </a><a name=\"hcmedication-2-Presc-PerfGl-NaCl-KCl-1l\"> </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/codeSMS 100000092115}\">SODIUM CHLORURE</span></p><p><b>form</b>: <span title=\"Codes :{http://standardterms.edqm.eu 11201000}\">solution injectable</span></p><p><b>amount</b>: 3 g<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMg = 'g')</span>/1</p></div>"
] ;
fhir:Medication.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://data.esante.gouv.fr/ansm/medicament/codeSMS" ] ;
fhir:Coding.code [ fhir:value "100000092115" ] ;
fhir:Coding.display [ fhir:value "chlorure de sodium" ]
] ;
fhir:CodeableConcept.text [ fhir:value "SODIUM CHLORURE" ]
] ;
fhir:Medication.form [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
fhir:Coding.code [ fhir:value "11201000" ] ;
fhir:Coding.display [ fhir:value "solution injectable" ]
] ;
fhir:CodeableConcept.text [ fhir:value "solution injectable" ]
] ;
fhir:Medication.amount [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "g" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "g" ]
] ;
fhir:Ratio.denominator [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
]
]
]
], [
fhir:index 2 ;
fhir:Bundle.entry.resource [
a fhir:Medication ;
fhir:Resource.id [ fhir:value "medication-3-Presc-PerfGl-NaCl-KCl-1l" ] ;
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-3-Presc-PerfGl-NaCl-KCl-1l\"> </a><p class=\"res-header-id\"><b>Narratif généré : Médication medication-3-Presc-PerfGl-NaCl-KCl-1l</b></p><a name=\"medication-3-Presc-PerfGl-NaCl-KCl-1l\"> </a><a name=\"hcmedication-3-Presc-PerfGl-NaCl-KCl-1l\"> </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/codeSMS 100000091807}\">POTASSIUM CHLORURE</span></p><p><b>form</b>: <span title=\"Codes :{http://standardterms.edqm.eu 11201000}\">solution injectable</span></p><p><b>amount</b>: 2 g<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMg = 'g')</span>/1</p></div>"
] ;
fhir:Medication.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://data.esante.gouv.fr/ansm/medicament/codeSMS" ] ;
fhir:Coding.code [ fhir:value "100000091807" ] ;
fhir:Coding.display [ fhir:value "chlorure de potassium" ]
] ;
fhir:CodeableConcept.text [ fhir:value "POTASSIUM CHLORURE" ]
] ;
fhir:Medication.form [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
fhir:Coding.code [ fhir:value "11201000" ] ;
fhir:Coding.display [ fhir:value "solution injectable" ]
] ;
fhir:CodeableConcept.text [ fhir:value "solution injectable" ]
] ;
fhir:Medication.amount [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "2"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "g" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "g" ]
] ;
fhir:Ratio.denominator [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
]
]
]
], [
fhir:index 3 ;
fhir:Bundle.entry.resource [
a fhir:Medication ;
fhir:Resource.id [ fhir:value "medication-C-14638" ] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medication-compound" ;
fhir:index 0 ;
fhir:link <https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medication-compound>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_medication-C-14638\"> </a><p class=\"res-header-id\"><b>Narratif généré : Médication medication-C-14638</b></p><a name=\"medication-C-14638\"> </a><a name=\"hcmedication-C-14638\"> </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-compound.html\">FR Medication Compound</a></p></div><p><b>code</b>: <span title=\"Codes :\">G5 1L + NaCl 3g + KCl 2g</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <code>#medication-1-Presc-PerfGl-NaCl-KCl-1l</code></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <code>#medication-2-Presc-PerfGl-NaCl-KCl-1l</code></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <code>#medication-3-Presc-PerfGl-NaCl-KCl-1l</code></p></blockquote></div>"
] ;
fhir:Medication.code [
fhir:CodeableConcept.text [ fhir:value "G5 1L + NaCl 3g + KCl 2g" ]
] ;
fhir:Medication.ingredient [
fhir:index 0 ;
fhir:Medication.ingredient.itemReference [
fhir:Reference.reference [ fhir:value "#medication-1-Presc-PerfGl-NaCl-KCl-1l" ]
]
], [
fhir:index 1 ;
fhir:Medication.ingredient.itemReference [
fhir:Reference.reference [ fhir:value "#medication-2-Presc-PerfGl-NaCl-KCl-1l" ]
]
], [
fhir:index 2 ;
fhir:Medication.ingredient.itemReference [
fhir:Reference.reference [ fhir:value "#medication-3-Presc-PerfGl-NaCl-KCl-1l" ]
]
]
]
], [
fhir:index 4 ;
fhir:Bundle.entry.resource [
a fhir:MedicationRequest ;
fhir:Resource.id [ fhir:value "medicationrequest-Presc-PerfGl-NaCl-KCl-1l" ] ;
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-PerfGl-NaCl-KCl-1l\"> </a><p class=\"res-header-id\"><b>Narratif généré : PrescriptionMédicamenteuseTODO medicationrequest-Presc-PerfGl-NaCl-KCl-1l</b></p><a name=\"medicationrequest-Presc-PerfGl-NaCl-KCl-1l\"> </a><a name=\"hcmedicationrequest-Presc-PerfGl-NaCl-KCl-1l\"> </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-C-Presc-PerfGl-NaCl-KCl-1l</code></p><p><b>subject</b>: <a href=\"Patient/14602\">Patient/14602</a></p><p><b>authoredOn</b>: 2021-08-02 15:26:27+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-14638</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 20045000}\">Voie intraveineuse</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 Poche<span style=\"background: LightGoldenRodYellow\"> (Détails : code EDQM Standard Terms15005000 = 'Bag')</span>/12 h<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMh = 'h')</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-C-Presc-PerfGl-NaCl-KCl-1l" ]
] ;
fhir:MedicationRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/14602> ;
fhir:Reference.reference [ fhir:value "Patient/14602" ]
] ;
fhir:MedicationRequest.authoredOn [ fhir:value "2021-08-02T15:26:27.603Z"^^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-14638" ]
] ;
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-02T15:26:00Z"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2021-07-07T15:25:59Z"^^xsd:dateTime ]
] ;
fhir:Timing.repeat.timeOfDay [
fhir:value "10:00:00"^^xsd:time ;
fhir:index 0
], [
fhir:value "22:00:00"^^xsd:time ;
fhir:index 1
]
]
] ;
fhir:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
fhir:Coding.code [ fhir:value "20045000" ] ;
fhir:Coding.display [ fhir:value "Voie intraveineuse" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Voie intraveineuse" ]
] ;
fhir:Dosage.doseAndRate [
fhir:index 0 ;
fhir:Dosage.doseAndRate.rateRatio [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "Poche" ] ;
fhir:Quantity.system [ fhir:value "http://standardterms.edqm.eu" ] ;
fhir:Quantity.code [ fhir:value "15005000" ]
] ;
fhir:Ratio.denominator [
fhir:Quantity.value [ fhir:value "12"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "h" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "h" ]
]
]
]
]
]
] .
<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-PerfGl-NaCl-KCl-1l.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/Presc-PerfGl-NaCl-KCl-1l.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