Guide d'implémentation du médicament - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "14626"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.fr/fhir/fr/medication/StructureDefinition/FrInpatientMedicationRequest"^^xsd:anyURI ;
fhir:link <https://hl7.fr/fhir/fr/medication/StructureDefinition/FrInpatientMedicationRequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 14626</b></p><a name=\"14626\"> </a><a name=\"hc14626\"> </a><a name=\"14626-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"#hc14626/med-71\">Medication DOLIPRANE 2.4% ss sucre, susp buv, flac 100 mL</a></p><p><b>subject</b>: <a href=\"Patient/phast-14602\">Patient/phast-14602</a></p><p><b>authoredOn</b>: 2021-07-28 15:20:31+0000</p><p><b>requester</b>: <a href=\"Practitioner/smart-Practitioner-71482713\">Practitioner/smart-Practitioner-71482713</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>timing</b>: Once</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">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>20 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #med-71</b></p><a name=\"14626/med-71\"> </a><a name=\"hc14626/med-71\"> </a><a name=\"14626/med-71-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://phast.fr/fhir/ValueSet/Pharmacy/CIOdc/SIPh-CIO_UCD 3400892028057}\">DOLIPRANE 2.4% ss sucre, susp buv, flac 100 mL</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385024007}\">suspension buvable</span></p><p><b>amount</b>: 1 dose_kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{dose_kg} = '{dose_kg}')</span>/1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</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://snomed.info/sct 387517004}\">PARACETAMOL</span></td><td>true</td><td>15 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></td></tr></table></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "med-71" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://interopsante.org/fhir/StructureDefinition/FrMedicationUcd"^^xsd:anyURI ;
fhir:link <http://interopsante.org/fhir/StructureDefinition/FrMedicationUcd> ] ) ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://phast.fr/fhir/ValueSet/Pharmacy/CIOdc/SIPh-CIO_UCD"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3400892028057" ] ;
fhir:display [ fhir:v "DOLIPRANE 2.4% ss sucre, susp buv, flac 100 mL" ] ] ) ;
fhir:text [ fhir:v "DOLIPRANE 2.4% ss sucre, susp buv, flac 100 mL" ] ] ;
fhir:form [
( fhir:coding [
a sct:385024007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385024007" ] ;
fhir:display [ fhir:v "suspension buvable" ] ] ) ;
fhir:text [ fhir:v "suspension buvable" ] ] ;
fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "dose_kg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{dose_kg}" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ] ;
( fhir:ingredient [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:387517004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387517004" ] ;
fhir:display [ fhir:v "paracétamol" ] ] ) ;
fhir:text [ fhir:v "PARACETAMOL" ] ] ;
fhir:isActive [ fhir:v "true"^^xsd:boolean ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "15"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ] ] )
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "#med-71" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/phast-14602" ]
] ; #
fhir:authoredOn [ fhir:v "2021-07-28T15:20:31.592Z"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/smart-Practitioner-71482713" ]
] ; #
fhir:dosageInstruction ( [
fhir:sequence [ fhir:v "1"^^xsd:integer ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2021-07-28T15:20:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2021-08-02T15:19:59Z"^^xsd:dateTime ] ] ;
( fhir:timeOfDay [ fhir:v "07:00:00"^^xsd:time ] [ fhir:v "18:00:00"^^xsd:time ] ) ] ] ;
fhir:route [
( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Voie orale" ] ] ) ;
fhir:text [ fhir:v "Voie orale" ] ] ;
( fhir:doseAndRate [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "Ordered" ] ] ) ;
fhir:text [ fhir:v "Ordered" ] ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "20"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ] )
] ) . #
IG © 2020+ Interop'Santé. Package hl7.fhir.fr.medication#0.1.0 based on FHIR 4.0.1. Generated 2024-11-13
Links: Table of Contents |
QA Report
Liens: Table des matières |
QA |
Historique des versions