RIVO-Noord Zorgviewer Implementation Guide
1.17.0 - sprint64 Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.17.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Epic Medication Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "fHER-7BKK9hfH62XmqNj5a68SZ5WRjfaiTJvXJfeJM1s4",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-Product"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication fHER-7BKK9hfH62XmqNj5a68SZ5WRjfaiTJvXJfeJM1s4</b></p><a name=\"fHER-7BKK9hfH62XmqNj5a68SZ5WRjfaiTJvXJfeJM1s4\"> </a><a name=\"hcfHER-7BKK9hfH62XmqNj5a68SZ5WRjfaiTJvXJfeJM1s4\"> </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=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.20&amp;canonical=http://nictiz.nl/fhir/StructureDefinition/zib-Product\">HCIM PharmaceuticalProduct</a></p></div><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc C07AB02}, {urn:oid:2.16.840.1.113883.2.4.4.1 10642}, {urn:oid:2.16.840.1.113883.2.4.4.10 3158}, {urn:oid:2.16.840.1.113883.2.4.4.7 1169246}\">metoPROLOL 50mg tablet</span></p><p><b>isBrand</b>: false</p><p><b>isOverTheCounter</b>: false</p><p><b>form</b>: <span title=\"Codes:{urn:oid:1.2.840.114350.1.13.485.2.7.4.698288.310 TABLET}\">tablet</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Amount</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.whocc.no/atc C07AB02}, {urn:oid:2.16.840.1.113883.2.4.4.1 10642}, {urn:oid:2.16.840.1.113883.2.4.4.10 3158}, {urn:oid:2.16.840.1.113883.2.4.4.7 1169246}\">metoPROLOL 50mg tablet</span></td><td>50 MG<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/50 MG<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "C07AB02"
      },
      {
        "system" : "urn:oid:2.16.840.1.113883.2.4.4.1",
        "code" : "10642"
      },
      {
        "system" : "urn:oid:2.16.840.1.113883.2.4.4.10",
        "code" : "3158"
      },
      {
        "system" : "urn:oid:2.16.840.1.113883.2.4.4.7",
        "code" : "1169246"
      }
    ],
    "text" : "metoPROLOL 50mg tablet"
  },
  "isBrand" : false,
  "isOverTheCounter" : false,
  "form" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.840.114350.1.13.485.2.7.4.698288.310",
        "code" : "TABLET",
        "display" : "tablet"
      }
    ],
    "text" : "tablet"
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://www.whocc.no/atc",
            "code" : "C07AB02"
          },
          {
            "system" : "urn:oid:2.16.840.1.113883.2.4.4.1",
            "code" : "10642"
          },
          {
            "system" : "urn:oid:2.16.840.1.113883.2.4.4.10",
            "code" : "3158"
          },
          {
            "system" : "urn:oid:2.16.840.1.113883.2.4.4.7",
            "code" : "1169246"
          }
        ],
        "text" : "metoPROLOL 50mg tablet"
      },
      "amount" : {
        "numerator" : {
          "value" : 50,
          "unit" : "MG",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        },
        "denominator" : {
          "value" : 50,
          "unit" : "MG",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        }
      }
    }
  ]
}