Smart Health Checks
0.3.0-draft - trial-use
This page is part of the Smart Forms (v0.3.0-draft: R1 Draft) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
{
"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."
}
]
}
]
}