Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Test1Account - JSON Representation

Raw json | Download

{
  "resourceType" : "Account",
  "id" : "Test1Account",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/MOPEDAccount"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Account Test1Account</b></p><a name=\"Test1Account\"> </a><a name=\"hcTest1Account\"> </a><a name=\"Test1Account-en-US\"> </a><p><b>Workflow Status</b>: TBD</p><p><b>Verdacht auf Arbeits- oder Schuelerunfall</b>: 0</p><p><b>Verdacht auf Fremdverschulden</b>: false</p><p><b>org/StructureDefinition/moped-ext-VDASID</b>: TEST12345678</p><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Patient-Test1Patient.html\">Patientenkommun Moderne (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>owner</b>: <a href=\"Organization-Test1OrganizationHerzJesuKrankenhaus.html\">Organization Herz Jesu-Krankenhaus</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://example.org/StructureDefinition/moped-ext-workflow-status",
      "valueCode" : "TBD"
    },
    {
      "url" : "http://example.org/StructureDefinition/moped-ext-VerdachtArbeitsSchuelerunfall",
      "valueCode" : "0"
    },
    {
      "url" : "http://example.org/StructureDefinition/moped-ext-VerdachtFremdverschulden",
      "valueBoolean" : false
    },
    {
      "url" : "http://example.org/StructureDefinition/moped-ext-VDASID",
      "valueString" : "TEST12345678"
    }
  ],
  "status" : "active",
  "subject" : [
    {
      🔗 "reference" : "Patient/Test1Patient"
    }
  ],
  "owner" : {
    🔗 "reference" : "Organization/Test1OrganizationHerzJesuKrankenhaus"
  }
}