Te Whatu Ora Shared Care FHIR API
0.3.9 - release New Zealand flag

Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SecondaryProphylaxisMedicationExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-10-06T08:00:00Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/Medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication </b><a name=\"SecondaryProphylaxisMedicationExample\"> </a><a name=\"hcSecondaryProphylaxisMedicationExample\"> </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;SecondaryProphylaxisMedicationExample&quot; Version&quot;1&quot; Updated&quot;2023-10-06 08:00:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/medication.html\">Medication</a></p></div><p><b>code</b>: Bicillin L-A <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nzmt.org.nz#43924201000116108)</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>benzathine penicillin (as benzathine benzylpenicillin tetrahydrate) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nzmt.org.nz#10134211000116105)</span></td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://nzmt.org.nz",
        "code" : "43924201000116108",
        "display" : "Bicillin L-A"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://nzmt.org.nz",
            "code" : "10134211000116105",
            "display" : "benzathine penicillin (as benzathine benzylpenicillin tetrahydrate)"
          }
        ]
      }
    }
  ]
}