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" : "200107095433",
"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.1",
"value" : "200107095433"
}
],
"name" : [
{
"use" : "official",
"text" : "Vera Vestman",
"family" : "Vestman",
"given" : [
"Vera"
],
"period" : {
"start" : "2001-07-09T14:14:12.000Z"
}
}
],
"telecom" : [
{
"system" : "sms",
"value" : "0422-8723823"
}
],
"gender" : "male",
"birthDate" : "2001-07-09",
"address" : [
{
"use" : "home",
"line" : [
"Båtvägen 43"
],
"city" : "Malmö",
"district" : "Skåne",
"postalCode" : "231 18",
"country" : "Malmö"
}
],
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "N"
}
]
}
],
"address" : {
"line" : [
"Engelbrektsgatan 10"
],
"city" : "Höör",
"postalCode" : "243 35"
}
}
]
}