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" : "RelatedPerson",
"id" : "relatedperson-pregnant",
"meta" : {
"profile" : [
🔗 "https://fhir.amakomaya.com/StructureDefinition/amk-relatedperson"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson relatedperson-pregnant</b></p><a name=\"relatedperson-pregnant\"> </a><a name=\"hcrelatedperson-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-relatedperson.html\">AMK Related Person</a></p></div><p><b>patient</b>: <a href=\"Patient-patient-pregnant.html\">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))</a></p><p><b>relationship</b>: <span title=\"Codes:\">FAMMEMB</span></p><p><b>name</b>: Raj Dhakal</p><p><b>telecom</b>: <a href=\"tel:+977-9800000000\">+977-9800000000</a></p></div>"
},
"patient" : {
🔗 "reference" : "Patient/patient-pregnant"
},
"relationship" : [
{
"coding" : [
{
"code" : "FAMMEMB"
}
]
}
],
"name" : [
{
"text" : "Raj Dhakal"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+977-9800000000",
"use" : "home"
}
]
}