CH EMED EPR
3.0.0-ci-build - ci-build Switzerland flag

CH EMED EPR, published by CARA. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CARA-ch/ch-emed-epr/ and changes regularly. See the Directory of published versions

: MedicationIbuprofen - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "MedicationIbuprofen",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medication"
    ]
  },
  "language" : "fr-CH",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr-CH\" lang=\"fr-CH\"><p class=\"res-header-id\"><b>Generated Narrative: Medication MedicationIbuprofen</b></p><a name=\"MedicationIbuprofen\"> </a><a name=\"hcMedicationIbuprofen\"> </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\">Language: fr-CH</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-emed-epr-medication.html\">CH EMED EPR Medication</a></p></div><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc M01AE01}\">Ibuprofen</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 387207008}\">Ibuprofen</span></td><td>true</td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "M01AE01",
        "display" : "Ibuprofen"
      }
    ],
    "text" : "Ibuprofen"
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "387207008",
            "display" : "Ibuprofen (substance)"
          }
        ],
        "text" : "Ibuprofen"
      },
      "isActive" : true
    }
  ]
}