Request

Operationupdate AllergyIntolerance
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/AllergyIntolerance/C72AVHKFGU56LDXX
ResourceAllergyIntoleranceIdC72AVHKFGU56LDXX
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "AllergyIntolerance",
  "id" : "C72AVHKFGU56LDXX",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - ALLERGENIC EXTRACT, PENICILLIN; Hives</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/allergyintolerance",
    "value" : "3788109874-65692"
  } ],
  "clinicalStatus" : {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
      "code" : "active",
      "display" : "Active"
    } ]
  },
  "verificationStatus" : {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
      "code" : "confirmed",
      "display" : "Confirmed"
    } ]
  },
  "category" : [ "medication" ],
  "criticality" : "high",
  "code" : {
    "coding" : [ {
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code" : "7980",
      "display" : "Penicillin G"
    } ]
  },
  "patient" : {
    "reference" : "Patient/C72AVHGFJJ7H6WBA"
  },
  "recordedDate" : "2022-02-16",
  "recorder" : {
    "reference" : "Practitioner/C72AVHIB4YAHS4RW"
  },
  "reaction" : [ {
    "manifestation" : [ {
      "coding" : [ {
        "system" : "http://snomed.info/sct",
        "code" : "247472004",
        "display" : "Hives"
      } ]
    } ]
  } ]
}