Smart Health Checks
0.3.0-draft - trial-use
Smart Health Checks - Local Development build (v0.3.0-draft) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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."
}
]
}
]
}