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
{
"resourceType" : "Patient",
"id" : "Test2Patient",
"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 Test2Patient</b></p><a name=\"Test2Patient\"> </a><a name=\"hcTest2Patient\"> </a><a name=\"Test2Patient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Santiago Schnabeltier TEST (official) Male, DoB: 1985-03-19 ( Social Security Number: 2873111374)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Ernst-Melchior-Gasse 22/5/506 Wien 1020 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" : "2873111374",
"assigner" : {
"display" : "Dachverband der österreichischen Sozialversicherungsträger"
}
}
],
"name" : [
{
"use" : "official",
"family" : "Schnabeltier TEST",
"given" : [
"Santiago"
]
}
],
"gender" : "male",
"birthDate" : "1985-03-19",
"address" : [
{
"use" : "home",
"line" : [
"Ernst-Melchior-Gasse 22/5/506"
],
"city" : "Wien",
"postalCode" : "1020",
"country" : "AT"
}
]
}