FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecsiro.fhir.au.smartforms
Resource TypeParameters
IdParameters-SHCPatchAllergyIntolerance1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "SHCPatchAllergyIntolerance1",
  "meta": {
    "profile": [
      "https://smartforms.csiro.au/ig/StructureDefinition/SHCPatchAllergyIntolerance"
    ]
  },
  "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."
        }
      ]
    }
  ]
}