Guide d'implémentation du médicament
0.1.0 - ci-build
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
{
"resourceType" : "MedicationRequest",
"id" : "14651",
"meta" : {
"profile" : [
🔗 "https://hl7.fr/fhir/fr/medication/StructureDefinition/FrInpatientMedicationRequest"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 14651</b></p><a name=\"14651\"> </a><a name=\"hc14651\"> </a><a name=\"14651-en-US\"> </a><p><b>org/fhir/StructureDefinition/FrTreatmentIntent</b>: <span title=\"Codes:{http://snomed.info/sct 129428001}\">traitement préventif</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"#hc14651/med-311\">Medication médicament contenant seulement énoxaparine</a></p><p><b>subject</b>: <a href=\"Patient/phast-14602\">Patient/phast-14602</a></p><p><b>authoredOn</b>: 2021-10-14 15:38:27+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 34206005}\">Voie sous-cutanée</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>2000 [anti(Xa)U]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code[anti(Xa)U] = '[anti(Xa)U]')</span></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #med-311</b></p><a name=\"14651/med-311\"> </a><a name=\"hc14651/med-311\"> </a><a name=\"14651/med-311-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 775768002}\">ENOXAPARINE</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></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 372562003}\">ENOXAPARINE</span></td><td>true</td></tr></table></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Medication",
"id" : "med-311",
"meta" : {
"profile" : [
🔗 "http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName"
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "775768002",
"display" : "médicament contenant seulement énoxaparine"
}
],
"text" : "ENOXAPARINE"
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "372562003",
"display" : "énoxaparine"
}
],
"text" : "ENOXAPARINE"
},
"isActive" : true
}
]
}
],
"extension" : [
{
"url" : "http://interopsante.org/fhir/StructureDefinition/FrTreatmentIntent",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "129428001",
"display" : "procédure préventive"
}
],
"text" : "traitement préventif"
}
}
],
"status" : "active",
"intent" : "order",
"medicationReference" : {
"reference" : "#med-311"
},
"subject" : {
"reference" : "Patient/phast-14602"
},
"authoredOn" : "2021-10-14T15:38:27.726Z",
"requester" : {
"reference" : "Practitioner/smart-Practitioner-71482713"
},
"dosageInstruction" : [
{
"sequence" : 1,
"timing" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2021-10-14T15:38:00Z",
"end" : "2021-10-24T15:37:59Z"
},
"timeOfDay" : [
"08:00:00"
]
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "34206005",
"display" : "Voie sous-cutanée"
}
],
"text" : "Voie sous-cutanée"
},
"doseAndRate" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code" : "ordered",
"display" : "Ordered"
}
],
"text" : "Ordered"
},
"doseQuantity" : {
"value" : 2000,
"system" : "http://unitsofmeasure.org",
"code" : "[anti(Xa)U]"
}
}
]
}
]
}