German Practice Management FHIR Profiles (R4)
0.71.0 - STU1 DE

German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Patient (Billing Claims) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "BillingClaimPatientExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient BillingClaimPatientExample</b></p><a name=\"BillingClaimPatientExample\"> </a><a name=\"hcBillingClaimPatientExample\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Erika Musterfrau  Female, DoB: 1965-07-20 ( http://fhir.de/NamingSystem/gkv/kvid-10#A987654321)</p><hr/></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.de/NamingSystem/gkv/kvid-10",
      "value" : "A987654321"
    }
  ],
  "name" : [
    {
      "family" : "Musterfrau",
      "given" : [
        "Erika"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1965-07-20"
}