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" : "Patient",
"id" : "CommunicationPatientSNR",
"meta" : {
"profile" : [
🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationPatient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">CommunicationPatient</div>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.752.129.2.1.3.3",
"value" : "196408831212"
}
],
"name" : [
{
"use" : "official",
"text" : "Nilsson, Eva",
"family" : "Nilsson",
"given" : [
"Eva"
],
"period" : {
"start" : "2019-12-26T14:14:12.000Z"
}
}
],
"telecom" : [
{
"system" : "sms",
"value" : "0431-232323"
}
],
"gender" : "female",
"address" : [
{
"line" : [
"Testgatan 13"
],
"city" : "Lund",
"postalCode" : "246 63"
}
]
}