Request

Operationcreate Medication
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Medication
ResourceMedicationId1f1b2211fb1240c08f7c977d574aa285
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Medication",
  "id" : "1f1b2211fb1240c08f7c977d574aa285",
  "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 - Medication: Vancomycin Hydrochloride</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/medication",
    "value" : "131188874-310-02118670"
  } ],
  "code" : {
    "coding" : [ {
      "system" : "http://hl7.org/fhir/sid/ndc",
      "code" : "0143-9355-10",
      "display" : "Vancomycin Hydrochloride, 10 VIAL in 1 CARTON (0143-9355-10)  > 1 INJECTION, POWDER, LYOPHILIZED, FOR SOLUTION in 1 VIAL (0143-9355-01) (package)"
    } ]
  },
  "status" : "active",
  "manufacturer" : {
    "reference" : "Organization/C72AXRDI5J4YCHW4"
  },
  "form" : {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "385219001",
      "display" : "Solution for injection"
    } ]
  },
  "ingredient" : [ {
    "itemCodeableConcept" : {
      "coding" : [ {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "66955",
        "display" : "Vancomycin Hydrochloride"
      } ]
    },
    "isActive" : true,
    "strength" : {
      "numerator" : {
        "value" : 500,
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      },
      "denominator" : {
        "value" : 10,
        "system" : "http://unitsofmeasure.org",
        "code" : "mL"
      }
    }
  } ],
  "batch" : {
    "lotNumber" : "41R1h0xDfZN24",
    "expirationDate" : "2017-05-22"
  }
}