Healthcare Financial Services IG Edition 1 - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "123454186",
"meta" : {
"profile" : [
🔗 "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 123454186</b></p><a name=\"123454186\"> </a><a name=\"hc123454186\"> </a><a name=\"123454186-en-US\"> </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-patient.html\">Nphies Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Ahmad Khaled Abbas(official) Male, DoB: 1984-12-25 ( Passport Number: G12345678)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td></tr><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><a href=\"tel:+966512345691\">+966512345691</a></li><li>Salamah Street, Building 25, Suite 2, Saudi Arabia(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient occupation as per the nphies adopted list of occupations.\"><a href=\"StructureDefinition-extension-occupation.html\">Patient Occupation</a></td><td colspan=\"3\"><span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/occupation business}\">Business</span></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/extension-occupation",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://nphies.sa/terminology/CodeSystem/occupation",
"code" : "business"
}
]
}
}
],
"identifier" : [
{
"extension" : [
{
"url" : "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/extension-identifier-country",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "SAU",
"display" : "Saudi Arabia"
}
]
}
}
],
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PPN",
"display" : "Passport Number"
}
]
},
"system" : "http://nphies.sa/identifier/passport",
"value" : "G12345678"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"text" : "Ahmad Khaled Abbas",
"family" : "Ahmad",
"given" : [
"Khaled",
"Abbas"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+966512345691"
}
],
"gender" : "male",
"_gender" : {
"extension" : [
{
"url" : "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/extension-ksa-administrative-gender",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://nphies.sa/terminology/CodeSystem/ksa-administrative-gender",
"code" : "male"
}
]
}
}
]
},
"birthDate" : "1984-12-25",
"deceasedBoolean" : false,
"address" : [
{
"use" : "home",
"text" : "Salamah Street, Building 25, Suite 2, Saudi Arabia",
"line" : [
"Salamah Street, Building 25, Suite 2",
"Al Malga District"
],
"city" : "Riyadh",
"country" : "Saudi Arabia"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "M"
}
]
}
}