Amakomaya Nepal FHIR Implementation Guide
1.0.1 - ci-build
Amakomaya Nepal FHIR Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "patient-pregnant",
"meta" : {
"profile" : [
🔗 "https://fhir.amakomaya.com/StructureDefinition/amk-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-pregnant</b></p><a name=\"patient-pregnant\"> </a><a name=\"hcpatient-pregnant\"> </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-amk-core-patient.html\">AMK Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Sita Sharma Female, DoB: 1998-04-15 ( https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber#Nepal Telecome Subscriber Identifier Namespace#9851341921\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 9851341921(Mobile)</li><li><a href=\"mailto:sita.sharma@amakomaya.com\">sita.sharma@amakomaya.com</a></li><li>P8JV+24</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 ne}\">Nepali</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Spouse\">Spouse:</td><td colspan=\"3\"><ul><li>Ramesh Sharma</li><li>ph: 9841122334(Mobile)</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber",
"value" : "9851341921"
}
],
"name" : [
{
"text" : "Sita Sharma"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "9851341921",
"use" : "mobile"
},
{
"system" : "email",
"value" : "sita.sharma@amakomaya.com",
"use" : "home"
}
],
"gender" : "female",
"birthDate" : "1998-04-15",
"address" : [
{
"text" : "P8JV+24"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "M",
"display" : "Married"
}
]
},
"photo" : [
{
"contentType" : "image/jpeg",
"url" : "https://api.amakomaya.com/media/persons/9801234567/photo.jpg"
}
],
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/patient-contactrelationship",
"code" : "partner",
"display" : "Spouse"
}
]
}
],
"name" : {
"text" : "Ramesh Sharma"
},
"telecom" : [
{
"system" : "phone",
"value" : "9841122334",
"use" : "mobile"
}
]
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "ne",
"display" : "Nepali"
}
]
}
}
]
}