Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Location
ResourceLocation
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Location",
  "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 - Location: Wellness One International</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/location",
    "value" : "2904979-65692-02118670"
  } ],
  "status" : "active",
  "name" : "Wellness One InternationalZxiTCqgC",
  "description" : "Wellness One Community LocationZxiTCqgC",
  "mode" : "instance",
  "telecom" : [ {
    "system" : "email",
    "value" : "commZxiTCqgC@Wellness1.org"
  } ],
  "address" : {
    "line" : [ "6986 Wellness One Way" ],
    "city" : "Benton Harbor",
    "state" : "MI"
  },
  "physicalType" : {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
      "code" : "bu",
      "display" : "Building"
    } ]
  }
}