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

: Expl-med-sulfate-morphine - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "Expl-med-sulfate-morphine",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-medication-noncompound"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication Expl-med-sulfate-morphine</b></p><a name=\"Expl-med-sulfate-morphine\"> </a><a name=\"hcExpl-med-sulfate-morphine\"> </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\">Profile: <a href=\"StructureDefinition-fr-medication-noncompound.html\">FrMedicationNonCompound</a></p></div><p><b>code</b>: <span title=\"Codes:{http://data.esante.gouv.fr/ansm/medicament/codeSMS 01099}\">sulfate de morphine</span></p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10210000}\">Gélule</span></p><p><b style=\"color: maroon\">Exception Generating Narrative: Cannot invoke &quot;org.hl7.fhir.r5.renderers.utils.ResourceWrapper.has(String)&quot; because &quot;q&quot; is null </b></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://data.esante.gouv.fr/ansm/medicament/codeSMS",
        "code" : "01099",
        "display" : "sulfate de morphine"
      }
    ]
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "10210000",
        "display" : "Gélule"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://data.esante.gouv.fr/ansm/medicament/codeSMS",
            "code" : "01099",
            "display" : "sulfate de morphine"
          }
        ]
      },
      "strength" : {
        "numerator" : {
          "value" : 30,
          "unit" : "mg",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        }
      }
    }
  ]
}