HL7 FHIR Implementation Guide: Sri Lanka, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.1.0. This version is based on the current content of https://github.com/jembi/Sri-Lanka and changes regularly. See the Directory of published versions
: HHIMS Patient - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "HHIMSPatientExample",
"meta" : {
"profile" : [
🔗 "http://openhie.org/fhir/sri-lanka/StructureDefinition/hhims-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Mr. Mike John Smith (OFFICIAL)</b> male, DoB: 1983-05-22 ( Personal Health Number:\u00a0personal health number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>National identity number:\u00a0National identity number-1</li><li>National identity number:\u00a0National identity number-2</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"tel:+27829999999\">+27829999999</a></li><li><a href=\"mailto:someone@something.com\">someone@something.com</a></li><li><a href=\"mailto:someone2@something.com\">someone2@something.com</a></li><li>177 Nawala Road Nugegoda Colombo 32350 Sri Lanka </li></ul></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://openhie.org/fhir/sri-lanka/CodeSystem/cs-identifier-types",
"code" : "PHN"
}
],
"text" : "Personal Health Number"
},
"system" : "http://openhie.org/fhir/sri-lanka/identifier/phn",
"value" : "personal health number"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NNLKA"
}
],
"text" : "National identity number"
},
"system" : "http://openhie.org/fhir/sri-lanka/identifier/nic",
"value" : "National identity number-1"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NNLKA"
}
],
"text" : "National identity number"
},
"system" : "http://openhie.org/fhir/sri-lanka/identifier/nic",
"value" : "National identity number-2"
}
],
"name" : [
{
"use" : "official",
"family" : "Smith",
"given" : [
"Mr.",
"Mike",
"John"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+27829999999"
},
{
"system" : "email",
"value" : "someone@something.com"
},
{
"system" : "email",
"value" : "someone2@something.com"
}
],
"gender" : "male",
"birthDate" : "1983-05-22",
"address" : [
{
"type" : "postal",
"line" : [
"177",
"Nawala Road"
],
"city" : "Nugegoda",
"district" : "Ampara",
"state" : "Colombo",
"postalCode" : "32350",
"country" : "Sri Lanka"
}
]
}