PACIO Advance Directive Interoperability Implementation Guide
2.1.0 - STU 2 United States of America flag

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions

: Example-McBee-Patient1 - 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 "Example-McBee-Patient1"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2021-04-07T19:55:22+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient>     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Example-McBee-Patient1</b></p><a name=\"Example-McBee-Patient1\"> </a><a name=\"hcExample-McBee-Patient1\"> </a><a name=\"Example-McBee-Patient1-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\">Last updated: 2021-04-07 19:55:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">McBee, Roger Rienman Male, DoB: 1945-04-01 ( Social Beneficiary Identifier: United States Social Security Number#555-12-1246)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor NI}\">NoInformation</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Driver's License Number/33487</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+1(469)238-2858\">+1(469)238-2858</a></li><li><a href=\"tel:+1(214)497-9529\">+1(214)497-9529</a></li><li><a href=\"mailto:rogerb@example.com\">rogerb@example.com</a></li><li>12345 Main Street Orlando FL 75219 US </li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SB" ] ;
fhir:display [ fhir:v "Social Beneficiary Identifier" ]       ] )     ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "555-12-1246" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DL" ] ;
fhir:display [ fhir:v "Driver's License Number" ]       ] )     ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.3.12"^^xsd:anyURI ] ;
fhir:value [ fhir:v "33487" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:text [ fhir:v "McBee, Roger Rienman" ] ;
fhir:family [ fhir:v "McBee" ] ;
    ( fhir:given [ fhir:v "Roger" ] [ fhir:v "Rienman" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1(469)238-2858" ] ;
fhir:use [ fhir:v "home" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1(214)497-9529" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:rank [ fhir:v "2"^^xsd:positiveInteger ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rogerb@example.com" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:rank [ fhir:v "3"^^xsd:positiveInteger ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1945-04-01"^^xsd:date] ; # 
  fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "12345 Main Street" ] ) ;
fhir:city [ fhir:v "Orlando" ] ;
fhir:state [ fhir:v "FL" ] ;
fhir:postalCode [ fhir:v "75219" ] ;
fhir:country [ fhir:v "US" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ]     ] )
  ] . #