HL7® Austria FHIR® Core Implementation Guide
2.1.0 - STU3
HL7® Austria FHIR® Core Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "HL7ATCoreRelatedPersonExampleHomer",
"meta" : {
"profile" : [
🔗 "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-related-person"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson HL7ATCoreRelatedPersonExampleHomer</b></p><a name=\"HL7ATCoreRelatedPersonExampleHomer\"> </a><a name=\"hcHL7ATCoreRelatedPersonExampleHomer\"> </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-at-core-related-person.html\">HL7® AT Core RelatedPerson Profile</a></p></div><p><b>identifier</b>: Social Security number/1234010190, National unique individual identifier/BPK-TEST-XY123456</p><p><b>patient</b>: <a href=\"Patient-HL7ATCorePatientExampleBart.html\">Bart Simpson Male, DoB: 2010-04-01</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleClass NOK}\">next of kin</span></p><p><b>name</b>: Homer Simpson </p><p><b>telecom</b>: <a href=\"tel:+436601234567\">+43 660 1234567</a></p><p><b>gender</b>: Male</p><p><b>address</b>: Donutgasse 7 Tür 3 Wien Wien 1150 AUT (home)</p></div>"
},
"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" : "1234010190",
"assigner" : {
"display" : "Dachverband der österreichischen Sozialversicherungsträger"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NI",
"display" : "National unique individual identifier"
}
]
},
"system" : "urn:oid:1.2.40.0.10.2.1.1.149",
"value" : "BPK-TEST-XY123456",
"assigner" : {
"display" : "Bundesministerium für Inneres"
}
}
],
"patient" : {
🔗 "reference" : "Patient/HL7ATCorePatientExampleBart"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
"code" : "NOK",
"display" : "next of kin"
}
]
}
],
"name" : [
{
"family" : "Simpson",
"given" : [
"Homer"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+43 660 1234567",
"use" : "home"
}
],
"gender" : "male",
"address" : [
{
"use" : "home",
"type" : "both",
"line" : [
"Donutgasse 7 Tür 3"
],
"_line" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Donutgasse"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "7"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
"valueString" : "Tür 3"
}
]
}
],
"city" : "Wien",
"state" : "Wien",
"postalCode" : "1150",
"country" : "AUT"
}
]
}