CH EMED (R4)
0.1.1 - Draft Standard for Trial Use

This page is part of the CH EMED (R4) (v0.1.1: DSTU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

1-2 Medication Triatec - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Medication",
  "id" : "1-2-Triatec",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medication-medicationdispense"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: 1-2-Triatec</p><p><b>meta</b>: </p><p><b>code</b>: <span title=\"Codes: {urn:oid:2.51.1.1 7680538751228}\">TRIATEC Tabl 2.5 mg</span></p><p><b>form</b>: <span title=\"Codes: {urn:oid:0.4.0.127.0.16.1.1.2.1 10219000}\">Tablet</span></p><p><b>amount</b>: 20/1</p><h3>Ingredients</h3><table class=\"grid\"><tr><td>-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 386872004}\">Ramipril</span></td><td>2.5 mg/1 1</td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "urn:oid:2.51.1.1",
        "code" : "7680538751228",
        "display" : "TRIATEC Tabl 2.5 mg 20 Stk"
      }
    ],
    "text" : "TRIATEC Tabl 2.5 mg"
  },
  "form" : {
    "coding" : [
      {
        "system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
        "code" : "10219000",
        "display" : "Tablet"
      }
    ]
  },
  "amount" : {
    "numerator" : {
      "value" : 20
    },
    "denominator" : {
      "value" : 1
    }
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "386872004",
            "display" : "Ramipril (substance)"
          }
        ],
        "text" : "Ramipril"
      },
      "strength" : {
        "numerator" : {
          "value" : 2.5,
          "unit" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "1"
        }
      }
    }
  ]
}