Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Immunization
ResourceImmunization
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Immunization",
  "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>Patient: C6AMXGKUAF5JKSQS; Site: left arm; DoseSequence: 1; TargetDisease: SNOMED CT code '1857005'; DoseStatusReason: given as 'Cold chain break'</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/immunization",
    "value" : "ufBwIe4TMb27r9J5pQghi"
  } ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [ {
      "system" : "urn:oid:1.2.36.1.2001.1005.17",
      "code" : "FLUVAX"
    } ],
    "text" : "Fluvax (Influenza)"
  },
  "patient" : {
    "reference" : "Patient/C6AMXGKUAF5JKSQS"
  },
  "occurrenceDateTime" : "2017-10-11",
  "primarySource" : false,
  "lotNumber" : "AAJN11K6LyrBteu4C",
  "expirationDate" : "2018-02-15",
  "site" : {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3/ActSite",
      "code" : "LA",
      "display" : "left arm"
    } ]
  },
  "route" : {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3/RouteOfAdministration",
      "code" : "IM",
      "display" : "Injection, intramuscular"
    } ]
  },
  "doseQuantity" : {
    "value" : 5.0,
    "system" : "http://unitsofmeasure.org",
    "code" : "mg"
  },
  "performer" : [ {
    "actor" : {
      "reference" : "Practitioner/C6AMXGMTPLZV77PF"
    }
  } ]
}