CH LAB-Order (R4)
2.0.0 - ci-build Switzerland flag

CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions

: Medication Aspirin - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "id" : "Aspirin",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication </b><a name=\"Aspirin\"> </a><a name=\"hcAspirin\"> </a></p><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\">ResourceMedication &quot;Aspirin&quot; </p></div><p><b>code</b>: Product containing only aspirin (medicinal product) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#774656009)</span></p><p><b>form</b>: Tablet (basic dose form) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385055001)</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><a name=\"hcsub02\"> </a><blockquote><p/><p><a name=\"sub02\"> </a></p><p><a name=\"hcsub02\"> </a></p><p><b>code</b>: Aspirin (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#387458008)</span></p></blockquote></td><td>250 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 Tablet (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT  code732936001 = 'Tablet (unit of presentation)')</span></td></tr></table><hr/><blockquote><p><b>Generated Narrative: Substance  #sub02</b><a name=\"sub02\"> </a><a name=\"hcsub02\"> </a></p><p><b>code</b>: Aspirin (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#387458008)</span></p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Substance",
      "id" : "sub02",
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "387458008",
            "display" : "Aspirin (substance)"
          }
        ]
      }
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "774656009",
        "display" : "Product containing only aspirin (medicinal product)"
      }
    ]
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385055001",
        "display" : "Tablet (basic dose form)"
      }
    ]
  },
  "ingredient" : [
    {
      "itemReference" : {
        "reference" : "#sub02"
      },
      "strength" : {
        "numerator" : {
          "value" : 250,
          "unit" : "milligram",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "Tablet (unit of presentation)",
          "system" : "http://snomed.info/sct",
          "code" : "732936001"
        }
      }
    }
  ]
}