Guide d'implémentation du médicament
0.1.0 - ci-build FRANCE

Guide d'implémentation du médicament - version de développement local (intégration continue v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: InLine-Analyse-Presc-CETAFEN-INJ - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "InLine-Analyse-Presc-CETAFEN-INJ",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-inpatient-medicationrequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : PrescriptionMédicamenteuseTODO InLine-Analyse-Presc-CETAFEN-INJ</b></p><a name=\"InLine-Analyse-Presc-CETAFEN-INJ\"> </a><a name=\"hcInLine-Analyse-Presc-CETAFEN-INJ\"> </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>R5: Full representation of the dosage instructions (new)</b>: </p><div><p>1 flacon en perfusion de 15 mn toutes les 12 heures</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://data.esante.gouv.fr/ansm/medicament/UCD 3400890026710}\">CETAFEN 10MG/3MG/ML FL100ML</span></p><p><b>subject</b>: <a href=\"Patient/25678\">Patient/25678</a></p><p><b>authoredOn</b>: 2026-03-20 17:46:00+0100</p><p><b>requester</b>: <a href=\"Practitioner/smart-Practitioner-71482713\">Practitioner/smart-Practitioner-71482713</a></p><p><b>groupIdentifier</b>: Presc-20260320174600</p><p><b>note</b>: </p><blockquote><div><p>Prescription textuelle: CETAFEN 10MG/3MG/ML FL100ML : 1 flacon en perfusion de 15 mn toutes les 12 heures</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Une fois par 12 hours</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 Flacon<span style=\"background: LightGoldenRodYellow\"> (Détails : code EDQM Standard Terms15009000 = 'Bottle')</span>/15 min<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmin = 'min')</span></td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction",
      "valueMarkdown" : "1 flacon en perfusion de 15 mn toutes les 12 heures"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "priority" : "routine",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://data.esante.gouv.fr/ansm/medicament/UCD",
        "code" : "3400890026710",
        "display" : "CETAFEN 10MG/3MG/ML FL100ML"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/25678"
  },
  "authoredOn" : "2026-03-20T17:46:00+01:00",
  "requester" : {
    "reference" : "Practitioner/smart-Practitioner-71482713"
  },
  "groupIdentifier" : {
    "value" : "Presc-20260320174600"
  },
  "note" : [
    {
      "text" : "Prescription textuelle: CETAFEN 10MG/3MG/ML FL100ML : 1 flacon en perfusion de 15 mn toutes les 12 heures"
    }
  ],
  "dosageInstruction" : [
    {
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 12,
          "periodUnit" : "h"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://standardterms.edqm.eu",
            "code" : "20045000",
            "display" : "Voie intraveineuse"
          }
        ]
      },
      "doseAndRate" : [
        {
          "rateRatio" : {
            "numerator" : {
              "value" : 1,
              "unit" : "Flacon",
              "system" : "http://standardterms.edqm.eu",
              "code" : "15009000"
            },
            "denominator" : {
              "value" : 15,
              "unit" : "min",
              "system" : "http://unitsofmeasure.org",
              "code" : "min"
            }
          }
        }
      ]
    }
  ]
}