Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Account
ResourceAccount
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Account",
  "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 - Account: Inpatient Services</p></div>"
  },
  "identifier" : [ {
    "system" : "urn:oid:0.1.2.3.4.5.6.7",
    "value" : "2904979-65692"
  } ],
  "status" : "active",
  "type" : {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "PBILLACCT",
      "display" : "patient billing account"
    } ],
    "text" : "patient"
  },
  "name" : "Inpatient Services",
  "subject" : [ {
    "reference" : "Patient/C6AMVHK672IAJROO"
  } ],
  "servicePeriod" : {
    "start" : "2020-03-07",
    "end" : "2021-03-07"
  },
  "description" : "Hospital charges",
  "guarantor" : [ {
    "party" : {
      "reference" : "Patient/C6AMVHK672IAJROO"
    },
    "onHold" : false,
    "period" : {
      "start" : "2020-03-07"
    }
  } ]
}