Your User Friendly Name for MyIG Here
0.2.0 - CI Build International flag

Your User Friendly Name for MyIG Here, published by HL7 International - [Some] Work Group. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sample-ig/ and changes regularly. See the Directory of published versions

: Simple patient example - TTL Representation

Page standards status: Informative

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

#  

test comment for display



 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient"^^xsd:anyURI ;
fhir:link <http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jack Smith </b> (no stated gender), DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: \">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"What this extension means.\"><a href=\"StructureDefinition-ext-myExtension.html\">My awesome extension:</a></td><td colspan=\"3\"><ul><li>false</li></ul></td></tr></table></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jack Smith </b> (no stated gender), DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: \">Verheiratet</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"What this extension means.\"><a href=\"StructureDefinition-ext-myExtension.html\">My awesome extension:</a></td><td colspan=\"3\"><ul><li>false</li></ul></td></tr></table></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jack Smith </b> XXXX, XXXX</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"XXXX\">XXXX</td><td colspan=\"3\"><span title=\"Codes: \">Marié</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"What this extension means.\"><a href=\"StructureDefinition-ext-myExtension.html\">My awesome extension:</a></td><td colspan=\"3\"><ul><li>false</li></ul></td></tr></table></div></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://somewhere.org/fhir/uv/myig/StructureDefinition/ext-myExtension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "Jack" ] )
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "John" ] [ fhir:v "Jacob" ] [ fhir:v "Jingleheimer" ] ) ;
fhir:period [
fhir:end [ fhir:v "2001-01-01"^^xsd:date ]     ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Smith" ] ;
    ( fhir:given [ fhir:v "John" ] [ fhir:v "Jacob" ] [ fhir:v "Jingleheimer" ] ) ;
fhir:period [
fhir:start [ fhir:v "2001-01-01"^^xsd:date ]     ]
  ] ) ; # 
  fhir:maritalStatus [
fhir:text [
fhir:v "Married" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ;
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fr" ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Marié" ]         ] )       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ;
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "de" ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Verheiratet" ]         ] )       ] )     ]
  ] . #