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

Guide d'implémentation du médicament, published by Interop'Santé. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Interop-Sante/hl7.fhir.fr.medication/ and changes regularly. See the Directory of published versions

: 14639 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "14639",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.fr/fhir/fr/medication/StructureDefinition/FrInpatientMedicationRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 14639</b></p><a name=\"14639\"> </a><a name=\"hc14639\"> </a><a name=\"14639-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"#hc14639/med-191\">Medication CLARADOL 500 mg, cpr séc</a></p><p><b>subject</b>: <a href=\"Patient/phast-14602\">Patient/phast-14602</a></p><p><b>authoredOn</b>: 2021-08-11 18:21:20+0000</p><p><b>requester</b>: <a href=\"Practitioner/smart-Practitioner-71482713\">Practitioner/smart-Practitioner-71482713</a></p><blockquote><p><b>dosageInstruction</b></p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication  #med-191</b></p><a name=\"14639/med-191\"> </a><a name=\"hc14639/med-191\"> </a><a name=\"14639/med-191-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://phast.fr/fhir/ValueSet/Pharmacy/CIOdc/SIPh-CIO_UCD 3400891705256}\">CLARADOL 500 mg, cpr séc</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 421026006}\">comprimé</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 387517004}\">PARACETAMOL</span></td><td>true</td></tr></table></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "med-191",
      "meta" : {
        "profile" : [
          🔗 "http://interopsante.org/fhir/StructureDefinition/FrMedicationUcd"
        ]
      },
      "code" : {
        "coding" : [
          {
            "system" : "http://phast.fr/fhir/ValueSet/Pharmacy/CIOdc/SIPh-CIO_UCD",
            "code" : "3400891705256",
            "display" : "CLARADOL 500 mg, cpr séc"
          }
        ],
        "text" : "CLARADOL 500 mg, cpr séc"
      },
      "form" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "421026006",
            "display" : "comprimé oral"
          }
        ],
        "text" : "comprimé"
      },
      "ingredient" : [
        {
          "itemCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "387517004",
                "display" : "paracétamol"
              }
            ],
            "text" : "PARACETAMOL"
          },
          "isActive" : true
        }
      ]
    }
  ],
  "status" : "active",
  "intent" : "order",
  "medicationReference" : {
    "reference" : "#med-191"
  },
  "subject" : {
    "reference" : "Patient/phast-14602"
  },
  "authoredOn" : "2021-08-11T18:21:20.641Z",
  "requester" : {
    "reference" : "Practitioner/smart-Practitioner-71482713"
  },
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "additionalInstruction" : [
        {
          "text" : "Délais minimum entre 2 prises : 4h"
        }
      ],
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2021-08-11T18:21:00Z",
            "end" : "2021-08-17T18:20:59Z"
          }
        }
      },
      "asNeededCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "22253000",
            "display" : "douleur"
          }
        ],
        "text" : "Si douleurs"
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Voie orale"
          }
        ],
        "text" : "Voie orale"
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered",
                "display" : "Ordered"
              }
            ],
            "text" : "Ordered"
          },
          "doseQuantity" : {
            "value" : 1,
            "system" : "http://unitsofmeasure.org",
            "code" : "1"
          }
        }
      ],
      "maxDosePerPeriod" : {
        "numerator" : {
          "value" : 6,
          "system" : "http://unitsofmeasure.org",
          "code" : "1"
        },
        "denominator" : {
          "value" : 24,
          "unit" : "h",
          "system" : "http://unitsofmeasure.org",
          "code" : "h"
        }
      },
      "maxDosePerAdministration" : {
        "value" : 2,
        "system" : "http://unitsofmeasure.org",
        "code" : "1"
      }
    }
  ]
}