Smart Health Checks
0.3.0 - ci-build Australia flag

Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions

: SHCPatchMedicationStatement3 - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "SHCPatchMedicationStatement3",
  "meta" : {
    "profile" : [
      🔗 "https://smartforms.csiro.au/ig/StructureDefinition/SHCPatchMedicationStatement"
    ]
  },
  "parameter" : [
    {
      "name" : "operation",
      "part" : [
        {
          "name" : "type",
          "valueCode" : "add"
        },
        {
          "name" : "path",
          "valueString" : "MedicationStatement"
        },
        {
          "name" : "name",
          "valueString" : "status"
        },
        {
          "name" : "value",
          "valueCode" : "on-hold"
        },
        {
          "name" : "pathLabel",
          "valueString" : "Status"
        }
      ]
    },
    {
      "name" : "operation",
      "part" : [
        {
          "name" : "type",
          "valueCode" : "add"
        },
        {
          "name" : "path",
          "valueString" : "MedicationStatement"
        },
        {
          "name" : "name",
          "valueString" : "dosage"
        },
        {
          "name" : "pathLabel",
          "valueString" : "Dosage"
        },
        {
          "name" : "value",
          "valueDosage" : {
            "text" : "1 at night"
          }
        }
      ]
    }
  ]
}