XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Xealth Patient - TTL Representation

Raw ttl | Download


@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 "ExampleXealthPatient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.xealth.io/StructureDefinition/xealth-patient"^^xsd:anyURI ;
fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-patient>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ]     ] )
  ] ; # 
  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 ExampleXealthPatient</b></p><a name=\"ExampleXealthPatient\"> </a><a name=\"hcExampleXealthPatient\"> </a><a name=\"ExampleXealthPatient-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-xealth-patient.html\">Xealth Patient Profile</a></p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N = 'Normal')</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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
fhir:text [ fhir:v "XPID" ]     ] ;
fhir:system [ fhir:v "https://fhir.xealth.io/ns/patient/identifier/xpid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "xealth-17328-1732489-17846492-3128691" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Test" ] ;
    ( fhir:given [ fhir:v "Xealth" ] [ fhir:v "Profile" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1986-07-13"^^xsd:date] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/ExampleOrganization" ]
  ] . #