Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: Patient Example - Smith - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "3466"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Patient-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Patient-IEHR>     ] )
  ] ; # 
  fhir:language [ fhir:v "it-IT"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"it-IT\" lang=\"it-IT\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Markus Smith </b> male, DoB: 2013-12-05 ( <code>http://interopEHRate.eu/fhir-resource/</code>/Patient/MS01)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Rome IT (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Organization-34432.html\">Organization/34432</a> &quot;Fondazione Gabriele Monasterio&quot;</li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://interopEHRate.eu/fhir-resource/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Patient/MS01" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "Markus" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "2013-12-05"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:city [ fhir:v "Rome" ] ;
fhir:country [ fhir:v "IT" ]
  ] ) ; # 
  fhir:generalPractitioner ( [
fhir:reference [ fhir:v "Organization/34432" ]
  ] ) . #