{
  "resourceType" : "Parameters",
  "id" : "SHCPatchAllergyIntolerance1",
  "meta" : {
    "profile" : ["https://smartforms.csiro.au/ig/StructureDefinition/SHCPatchAllergyIntolerance"]
  },
  "language" : "en",
  "parameter" : [{
    "name" : "operation",
    "part" : [{
      "name" : "type",
      "valueCode" : "add"
    },
    {
      "name" : "path",
      "valueString" : "AllergyIntolerance"
    },
    {
      "name" : "name",
      "valueString" : "clinicalStatus"
    },
    {
      "name" : "value",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
          "code" : "inactive",
          "display" : "Inactive"
        }]
      }
    },
    {
      "name" : "pathLabel",
      "valueString" : "Clinical status"
    }]
  },
  {
    "name" : "operation",
    "part" : [{
      "name" : "type",
      "valueCode" : "add"
    },
    {
      "name" : "path",
      "valueString" : "AllergyIntolerance.note[0]"
    },
    {
      "name" : "name",
      "valueString" : "text"
    },
    {
      "name" : "value",
      "valueMarkdown" : "Does not react anymore."
    }]
  }]
}