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

FHIR IG analytics

Packagecsiro.fhir.au.smartforms
Resource TypeParameters
IdParameters-SHCPatchCondition1.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": "SHCPatchCondition1",
  "meta": {
    "profile": [
      "https://smartforms.csiro.au/ig/StructureDefinition/SHCPatchCondition"
    ]
  },
  "parameter": [
    {
      "name": "operation",
      "part": [
        {
          "name": "type",
          "valueCode": "add"
        },
        {
          "name": "path",
          "valueString": "Condition"
        },
        {
          "name": "name",
          "valueString": "clinicalStatus"
        },
        {
          "name": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                "code": "inactive",
                "display": "Inactive"
              }
            ]
          }
        },
        {
          "name": "pathLabel",
          "valueString": "Clinical status"
        }
      ]
    },
    {
      "name": "operation",
      "part": [
        {
          "name": "type",
          "valueCode": "add"
        },
        {
          "name": "path",
          "valueString": "Condition"
        },
        {
          "name": "name",
          "valueString": "abatement"
        },
        {
          "name": "value",
          "valueDateTime": "2025-08-13"
        },
        {
          "name": "pathLabel",
          "valueString": "Abatement date"
        }
      ]
    }
  ]
}