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 "14631"] ; #
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 14631</b></p><a name=\"14631\"> </a><a name=\"hc14631\"> </a><a name=\"14631-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"#hc14631/med-161\">Medication médicament contenant seulement glucose et chlorure de potassium et chlorure de sodium</a></p><p><b>subject</b>: <a href=\"Patient/phast-14602\">Patient/phast-14602</a></p><p><b>authoredOn</b>: 2021-07-30 11:42:16+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 47625008}\">Voie intraveineuse</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Rate[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 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span>/12 h<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeh = 'h')</span></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #med-161</b></p><a name=\"14631/med-161\"> </a><a name=\"hc14631/med-161\"> </a><a name=\"14631/med-161-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://unitsofmeasure.org 776123006}\">GLUCOSE + SODIUM CHLORURE + POTASSIUM CHLORURE</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385229008}\">solution pour perfusion</span></p><p><b>amount</b>: 500 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span>/1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://snomed.info/sct 67079006}\">GLUCOSE</span></p><p><b>isActive</b>: true</p><p><b>strength</b>: 50 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/ mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://snomed.info/sct 387390002}\">SODIUM CHLORURE</span></p><p><b>isActive</b>: true</p><p><b>strength</b>: 2 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg = 'g')</span>/1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://snomed.info/sct 8631001}\">POTASSIUM CHLORURE</span></p><p><b>isActive</b>: true</p><p><b>strength</b>: 1 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg = 'g')</span>/1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></p></blockquote></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "med-161" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName"^^xsd:anyURI ;
fhir:link <http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName> ] ) ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "776123006" ] ;
fhir:display [ fhir:v "médicament contenant seulement glucose et chlorure de potassium et chlorure de sodium" ] ] ) ;
fhir:text [ fhir:v "GLUCOSE + SODIUM CHLORURE + POTASSIUM CHLORURE" ] ] ;
fhir:form [
( fhir:coding [
a sct:385229008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385229008" ] ;
fhir:display [ fhir:v "solution pour perfusion" ] ] ) ;
fhir:text [ fhir:v "solution pour perfusion" ] ] ;
fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ] ] ;
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:67079006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "67079006" ] ;
fhir:display [ fhir:v "glucose" ] ] ) ;
fhir:text [ fhir:v "GLUCOSE" ] ] ;
fhir:isActive [ fhir:v "true"^^xsd:boolean ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "50"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ] ] ] ] [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:387390002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387390002" ] ;
fhir:display [ fhir:v "clhorure de sodium" ] ] ) ;
fhir:text [ fhir:v "SODIUM CHLORURE" ] ] ;
fhir:isActive [ fhir:v "true"^^xsd:boolean ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ] ] [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:8631001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8631001" ] ;
fhir:display [ fhir:v "chlorure de potassium" ] ] ) ;
fhir:text [ fhir:v "POTASSIUM CHLORURE" ] ] ;
fhir:isActive [ fhir:v "true"^^xsd:boolean ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g" ] ] ;
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-161" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/phast-14602" ]
] ; #
fhir:authoredOn [ fhir:v "2021-07-30T11:42:16.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-30T11:42:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2021-08-04T11:41:59Z"^^xsd:dateTime ] ] ;
( fhir:timeOfDay [ fhir:v "10:00:00"^^xsd:time ] [ fhir:v "22:00:00"^^xsd:time ] ) ] ] ;
fhir:route [
( fhir:coding [
a sct:47625008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "47625008" ] ;
fhir:display [ fhir:v "Voie intraveineuse" ] ] ) ;
fhir:text [ fhir:v "Voie intraveineuse" ] ] ;
( 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:rate [
a fhir:Ratio ;
fhir:numerator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "12"^^xsd:decimal ] ;
fhir:unit [ fhir:v "h" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "h" ] ] ] ] )
] ) . #
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