XealthIG
v1.46.0 - release
XealthIG - Local Development build (vv1.46.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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/ExampleXealthPatient> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleXealthPatient"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.xealth.io/StructureDefinition/xealth-patient" ;
fhir:index 0 ;
fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-patient>
] ;
fhir:Meta.security [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-Confidentiality" ] ;
fhir:Coding.code [ fhir:value "N" ] ;
fhir:Coding.display [ fhir:value "Normal" ]
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExampleXealthPatient</b></p><a name=\"ExampleXealthPatient\"> </a><a name=\"hcExampleXealthPatient\"> </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-xealth-patient.html\">Xealth Patient Profile</a></p><p style=\"margin-bottom: 0px\">Security Label: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-Confidentiality.html\">Normal (Details: Confidentiality code N = 'Normal')</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Xealth Profile Test Male, DoB: 1986-07-13 ( XPID: xealth-17328-1732489-17846492-3128691 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-ExampleOrganization.html\">Organization Health Level Seven International</a></li></ul></td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.text [ fhir:value "XPID" ]
] ;
fhir:Identifier.system [ fhir:value "https://fhir.xealth.io/ns/patient/identifier/xpid" ] ;
fhir:Identifier.value [ fhir:value "xealth-17328-1732489-17846492-3128691" ]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.family [ fhir:value "Test" ] ;
fhir:HumanName.given [
fhir:value "Xealth" ;
fhir:index 0
], [
fhir:value "Profile" ;
fhir:index 1
]
] ;
fhir:Patient.gender [ fhir:value "male"] ;
fhir:Patient.birthDate [ fhir:value "1986-07-13"^^xsd:date] ;
fhir:Patient.managingOrganization [
fhir:link <http://hl7.org/fhir/Organization/ExampleOrganization> ;
fhir:Reference.reference [ fhir:value "Organization/ExampleOrganization" ]
] .
<http://hl7.org/fhir/Organization/ExampleOrganization> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/ExampleXealthPatient.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/ExampleXealthPatient.ttl> .
IG © 2021+ Xealth. Package xealth.core#v1.46.0 based on FHIR 4.0.1. Generated 2026-07-09
Links: Table of Contents |
QA Report