Bangladesh Core FHIR Implementation Guide
0.4.3 - Published by DGHS, MoHFW Bangladesh flag

Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the Directory of published versions

: Example Medication - BDMedicationExample - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "BDMedicationExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Medication BDMedicationExample</b></p><a name=\"BDMedicationExample\"> </a><a name=\"hcBDMedicationExample\"> </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-bd-medication.html\">Medication Profile for Bangladesh</a></p></div><p><b>code</b>: <span title=\"Codes:{https://dgda.gov.bd/drug-registry 353-0026-039--marvelous-fe}\">Marvelous Fe</span></p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10219000}\">Tablet</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://id.who.int/icd/release/11/mms XM3SQ1}\">Ferrous sulphate</span></p><p><b>isActive</b>: true</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://id.who.int/icd/release/11/mms XM7R82}\">Folic acid</span></p><p><b>isActive</b>: true</p></blockquote></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Medication BDMedicationExample</b></p><a name=\"de-BDMedicationExample\"> </a><a name=\"de-hcBDMedicationExample\"> </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-bd-medication.html\">Medication Profile for Bangladesh</a></p></div><p><b>code</b>: <span title=\"Codes:{https://dgda.gov.bd/drug-registry 353-0026-039--marvelous-fe}\">Marvelous Fe</span></p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10219000}\">Tablet</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://id.who.int/icd/release/11/mms XM3SQ1}\">Ferrous sulphate</span></p><p><b>isActive</b>: true</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://id.who.int/icd/release/11/mms XM7R82}\">Folic acid</span></p><p><b>isActive</b>: true</p></blockquote></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : Médication BDMedicationExample</b></p><a name=\"fr-BDMedicationExample\"> </a><a name=\"fr-hcBDMedicationExample\"> </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-bd-medication.html\">Medication Profile for Bangladesh</a></p></div><p><b>code</b>: <span title=\"Codes :{https://dgda.gov.bd/drug-registry 353-0026-039--marvelous-fe}\">Marvelous Fe</span></p><p><b>form</b>: <span title=\"Codes :{http://standardterms.edqm.eu 10219000}\">Tablet</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes :{http://id.who.int/icd/release/11/mms XM3SQ1}\">Ferrous sulphate</span></p><p><b>isActive</b>: true</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes :{http://id.who.int/icd/release/11/mms XM7R82}\">Folic acid</span></p><p><b>isActive</b>: true</p></blockquote></div></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "https://dgda.gov.bd/drug-registry",
        "code" : "353-0026-039--marvelous-fe",
        "display" : "Marvelous Fe"
      }
    ],
    "text" : "Marvelous Fe"
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "10219000",
        "display" : "Tablet"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://id.who.int/icd/release/11/mms",
            "code" : "XM3SQ1",
            "display" : "Ferrous sulphate"
          }
        ],
        "text" : "Ferrous sulphate"
      },
      "isActive" : true
    },
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://id.who.int/icd/release/11/mms",
            "code" : "XM7R82",
            "display" : "Folic acid"
          }
        ],
        "text" : "Folic acid"
      },
      "isActive" : true
    }
  ]
}