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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "123454186"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/patient|0.3.0"^^xsd:anyURI ;
fhir:link <http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/patient|0.3.0> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><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 Patientversion: null0.3.0)</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>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/extension-occupation"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/occupation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "business" ] ] ) ]
] ) ; #
fhir:identifier ( [
( fhir:extension [
fhir:url [ fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/extension-identifier-country"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SAU" ] ;
fhir:display [ fhir:v "Saudi Arabia" ] ] ) ] ] ) ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPN" ] ;
fhir:display [ fhir:v "Passport Number" ] ] ) ] ;
fhir:system [ fhir:v "http://nphies.sa/identifier/passportnumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G12345678" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Ahmad Khaled Abbas" ] ;
fhir:family [ fhir:v "Ahmad" ] ;
( fhir:given [ fhir:v "Khaled" ] [ fhir:v "Abbas" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+966512345691" ]
] ) ; #
fhir:gender [
fhir:v "male" ;
( fhir:extension [
fhir:url [ fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/extension-ksa-administrative-gender"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/ksa-administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "male" ] ] ) ] ] )
] ; #
fhir:birthDate [ fhir:v "1984-12-25"^^xsd:date] ; #
fhir:deceased [
a fhir:boolean ;
fhir:v false
] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:text [ fhir:v "Salamah Street, Building 25, Suite 2, Saudi Arabia" ] ;
( fhir:line [ fhir:v "Salamah Street, Building 25, Suite 2" ] [ fhir:v "Al Malga District" ] ) ;
fhir:city [ fhir:v "Riyadh" ] ;
fhir:country [ fhir:v "Saudi Arabia" ]
] ) ; #
fhir:maritalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ] )
] . #
IG © 2024+ HL7 Saudi Arabia. Package nphies-fs#0.3.0 based on FHIR 4.0.1. Generated 2025-07-30
Links: Table of Contents |
QA Report