Smart Health Checks
0.3.0 - ci-build
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
{
"resourceType" : "Parameters",
"id" : "SHCPatchAllergyIntolerance",
"meta" : {
"profile" : [
🔗 "https://smartforms.csiro.au/ig/StructureDefinition/SHCPatch"
]
},
"parameter" : [
{
"name" : "operation",
"part" : [
{
"name" : "type",
"valueCode" : "replace"
},
{
"name" : "path",
"valueString" : "AllergyIntolerance.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" : "replace"
},
{
"name" : "path",
"valueString" : "AllergyIntolerance.note[0].text"
},
{
"name" : "value",
"valueMarkdown" : "Duplicated allergy in record. Removed."
},
{
"name" : "pathLabel",
"valueString" : "Comment"
}
]
}
]
}