: Example RelatedPerson - SZ1Mutter - JSON Representation
Raw json | Download
{
"resourceType" : "RelatedPerson",
"id" : "SZ1Mutter",
"meta" : {
"profile" : [
🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKAngehoeriger"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson SZ1Mutter</b></p><a name=\"SZ1Mutter\"> </a><a name=\"hcSZ1Mutter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKAngehoeriger.html\">ISiKAngehoeriger</a></p></div><p><b>identifier</b>: Krankenversichertennummer/A987654321</p><p><b>patient</b>: <a href=\"Patient-SZ1Patient.html\">Töchterchen Musterfrau (official) Female, DoB: 2010-01-01 ( Medical record number)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>name</b>: Mama Musterfrau (Official)</p><p><b>address</b>: Milchstr. 42 Beispielstadt 78143 DE </p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code" : "KVZ10"
}
]
},
"system" : "http://fhir.de/sid/gkv/kvid-10",
"value" : "A987654321"
}
],
"patient" : {
🔗 "reference" : "Patient/SZ1Patient"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "MTH"
}
]
}
],
"name" : [
{
"use" : "official",
"family" : "Musterfrau",
"given" : [
"Mama"
]
}
],
"address" : [
{
"type" : "both",
"line" : [
"Milchstr. 42"
],
"city" : "Beispielstadt",
"postalCode" : "78143",
"country" : "DE"
}
]
}