OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.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 "329f09da-0fc9-419d-9575-ace68954426A"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://digi-uw.github.io/openelis-global-ig/StructureDefinition/openelis-patient"^^xsd:anyURI ;
fhir:link <http://digi-uw.github.io/openelis-global-ig/StructureDefinition/openelis-patient> ] )
] ; #
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 329f09da-0fc9-419d-9575-ace68954426A</b></p><a name=\"329f09da-0fc9-419d-9575-ace68954426A\"> </a><a name=\"hc329f09da-0fc9-419d-9575-ace68954426A\"> </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-openelis-patient.html\">OpenELIS Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">moses Mutesa Male, DoB: 1988-03-02 ( https://demo.openelis-global.org/pat_nationalId#OpenELIPatientIdentifierSystem#NA121212)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><a href=\"NamingSystem-OpenELIPatientIdentifierSystem.html\" title=\"Defined url for OpenELISPatient identifier system url \">OpenELIPatientIdentifierSystem</a>/121213</li><li><a href=\"NamingSystem-OpenELIPatientIdentifierSystem.html\" title=\"Defined url for OpenELISPatient identifier system url \">OpenELIPatientIdentifierSystem</a>/121214</li><li><a href=\"NamingSystem-OpenELIPatientIdentifierSystem.html\" title=\"Defined url for OpenELISPatient identifier system url \">OpenELIPatientIdentifierSystem</a>/329f09da-0fc9-419d-9575-ace689544229</li><li><a href=\"NamingSystem-OpenELIPatientIdentifierSystem.html\" title=\"Defined url for OpenELISPatient identifier system url \">OpenELIPatientIdentifierSystem</a>/329f09da-0fc9-419d-9575-ace689544269</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">KING GREENWOOD WASHINGTON 98103 </td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://demo.openelis-global.org/pat_nationalId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NA121212" ]
] [
fhir:system [ fhir:v "https://demo.openelis-global.org/pat_subjectNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "121213" ]
] [
fhir:system [ fhir:v "https://demo.openelis-global.org/pat_stNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "121214" ]
] [
fhir:system [ fhir:v "https://demo.openelis-global.org/pat_guid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "329f09da-0fc9-419d-9575-ace689544229" ]
] [
fhir:system [ fhir:v "https://demo.openelis-global.org/pat_uuid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "329f09da-0fc9-419d-9575-ace689544269" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:family [ fhir:v "Mutesa" ] ;
( fhir:given [ fhir:v "moses" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1988-03-02"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "KING" ] ) ;
fhir:city [ fhir:v "GREENWOOD" ] ;
fhir:state [ fhir:v "WASHINGTON" ] ;
fhir:postalCode [ fhir:v "98103" ]
] ) . #
IG © 2021+ . Package openelis#0.1.0 based on FHIR 4.0.1. Generated 2025-09-03
Links: Table of Contents |
QA Report