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

: Test2Account - JSON Representation

Raw json | Download

{
  "resourceType" : "Account",
  "id" : "Test2Account",
  "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 Test2Account</b></p><a name=\"Test2Account\"> </a><a name=\"hcTest2Account\"> </a><a name=\"Test2Account-en-US\"> </a><p><b>Workflow Status</b>: moped-ext-workflow-status TBD: TBD</p><p><b>Verdacht auf Arbeits- oder Schuelerunfall</b>: MOPED-account-VerdachtArbeitsSchuelerunfall 0: 0</p><p><b>Verdacht auf Fremdverschulden</b>: false</p><p><b>org/StructureDefinition/moped-ext-VDASID</b>: FJK5MCDPMRCY</p><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Patient-Test2Patient.html\">Santiago Schnabeltier TEST (official) Male, DoB: 1985-03-19 ( Social Security Number: 2873111374)</a></p><p><b>owner</b>: <a href=\"Organization-Test2OrganizationKrankenhausRied.html\">Organization Krankenhaus der Barmherzigen Schwestern vom Hl. Vinzenz von Paul Ried</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://example.org/StructureDefinition/moped-ext-workflow-status",
      "valueCoding" : {
        "system" : "http://tbd.at/moped-ext-workflow-status",
        "code" : "TBD"
      }
    },
    {
      "url" : "http://example.org/StructureDefinition/moped-ext-VerdachtArbeitsSchuelerunfall",
      "valueCoding" : {
        "system" : "http://tbd.at/MOPED-account-VerdachtArbeitsSchuelerunfall",
        "code" : "0"
      }
    },
    {
      "url" : "http://example.org/StructureDefinition/moped-ext-VerdachtFremdverschulden",
      "valueBoolean" : false
    },
    {
      "url" : "http://example.org/StructureDefinition/moped-ext-VDASID",
      "valueString" : "FJK5MCDPMRCY"
    }
  ],
  "status" : "active",
  "subject" : [
    {
      🔗 "reference" : "Patient/Test2Patient"
    }
  ],
  "owner" : {
    🔗 "reference" : "Organization/Test2OrganizationKrankenhausRied"
  }
}