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

: Test1Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Test1Patient",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Test1Patient</b></p><a name=\"Test1Patient\"> </a><a name=\"hcTest1Patient\"> </a><a name=\"Test1Patient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Patientenkommun Moderne (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Baumgasse 20a Wien 1030 AT (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\"><a href=\"http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-citizenship.html\">Patient Citizenship</a></td><td colspan=\"3\"><span title=\"Codes:{https://termgit.elga.gv.at/ValueSet/elga-laendercodes AT}\">Austria</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://termgit.elga.gv.at/ValueSet/elga-laendercodes",
            "code" : "AT",
            "display" : "Austria"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SS",
            "display" : "Social Security Number"
          }
        ]
      },
      "system" : "urn:oid:1.2.40.0.10.1.4.3.1",
      "value" : "9994210469",
      "assigner" : {
        "display" : "Dachverband der österreichischen Sozialversicherungsträger"
      }
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Moderne",
      "given" : [
        "Patientenkommun"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1969-04-21",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Baumgasse 20a"
      ],
      "city" : "Wien",
      "postalCode" : "1030",
      "country" : "AT"
    }
  ]
}