Phenomics Exchange for Research and Diagnostics
0.1.0 - ci-build International flag

Phenomics Exchange for Research and Diagnostics, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phenomics-exchange-ig/ and changes regularly. See the Directory of published versions

: Proband1 - 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 "Proband1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/phenomics-exchange/StructureDefinition/Individual"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/phenomics-exchange/StructureDefinition/Individual>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Anyname A. Anyperson </b> male, DoB: 2017-01-20 ( Medical Record Number/m123 (use: usual))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">123 Any St Anytown 12345 US </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 en-US}\">English</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>ph: 777-444-2222(HOME)</li><li><a href=\"mailto:anyname.anyperson@example.com\">anyname.anyperson@example.com</a></li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical Record Number" ]       ] )     ] ;
fhir:system [ fhir:v "http://hospital.example.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "m123" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Anyperson" ] ;
    ( fhir:given [ fhir:v "Anyname" ] [ fhir:v "A." ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "2017-01-20"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "123 Any St" ] ) ;
fhir:city [ fhir:v "Anytown" ] ;
fhir:postalCode [ fhir:v "12345" ] ;
fhir:country [ fhir:v "US" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "777-444-2222" ] ;
fhir:use [ fhir:v "home" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "anyname.anyperson@example.com" ]     ] )
  ] ) ; # 
  fhir:communication ( [
fhir:language [
      ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en-US" ] ;
fhir:display [ fhir:v "English (Region=United States)" ]       ] ) ;
fhir:text [ fhir:v "English" ]     ]
  ] ) . #