AddCommunication Implementation Guide
2.2 - version 2.2
This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "MaximalRelatedPersonGUARD",
"meta" : {
"profile" : [
🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationRelatedPerson"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson MaximalRelatedPersonGUARD</b></p><a name=\"MaximalRelatedPersonGUARD\"> </a><a name=\"hcMaximalRelatedPersonGUARD\"> </a><a name=\"MaximalRelatedPersonGUARD-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.752.129.2.1.3.1</code>/193911196572</p><p><b>patient</b>: <a href=\"Patient-MaximalPatient.html\">Max Maximus(official) Female, DoB: 2001-06-11 ( urn:oid:1.2.752.129.2.1.3.1#200106116783)</a></p><p><b>relationship</b>: <span title=\"Codes:\">GUARD</span></p><p><b>name</b>: Mamma Maximus(Official)</p><p><b>telecom</b>: 0732-228821</p><p><b>address</b>: </p><ul><li>Omvägen 32 Sverige 241 39 Sverige (home)</li><li>Ferievägen 100 Lgh 1120 Kod 6789 Karlskrona 345 53 Sverige (temp)</li></ul></div>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.752.129.2.1.3.1",
"value" : "193911196572"
}
],
"patient" : {
🔗 "reference" : "Patient/MaximalPatient"
},
"relationship" : [
{
"coding" : [
{
"code" : "GUARD"
}
]
}
],
"name" : [
{
"extension" : [
{
"url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extMiddleName",
"valueString" : "Mellansson"
}
],
"use" : "official",
"text" : "Mamma Maximus",
"family" : "Maximus",
"given" : [
"Mamma"
]
}
],
"telecom" : [
{
"system" : "sms",
"value" : "0732-228821"
}
],
"address" : [
{
"use" : "home",
"line" : [
"Omvägen 32"
],
"city" : "Sverige",
"district" : "Småland",
"postalCode" : "241 39",
"country" : "Sverige",
"period" : {
"start" : "2012-08-28",
"end" : "2024-09-30"
}
},
{
"use" : "temp",
"line" : [
"Ferievägen 100",
"Lgh 1120",
"Kod 6789"
],
"city" : "Karlskrona",
"district" : "Blekinge",
"postalCode" : "345 53",
"country" : "Sverige",
"period" : {
"start" : "2024-06-30",
"end" : "2024-09-30"
}
}
]
}