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-Smith-Johnson-DocRef-DocumentReference - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-Smith-Johnson-DocRef-DocumentReference"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentReference"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentReference>     ] )
  ] ; # 
  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: DocumentReference Example-Smith-Johnson-DocRef-DocumentReference</b></p><a name=\"Example-Smith-Johnson-DocRef-DocumentReference\"> </a><a name=\"hcExample-Smith-Johnson-DocRef-DocumentReference\"> </a><a name=\"Example-Smith-Johnson-DocRef-DocumentReference-en-US\"> </a><p><b>masterIdentifier</b>: <code>urn:oid:2.16.840.1.113883.3.3208.101.1</code>/5367-047e62ccf09d4b39a8add708a69b7f38-1</p><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.3.3208.101.1</code>/5367-047e62ccf09d4b39a8add708a69b7f38-1, <code>urn:oid:2.16.840.1.113883.3.3208.101.1</code>/0e37bb3e-1e36-46c6-b0f5-396d636a483b, <code>urn:oid:2.16.840.1.113883.4.823.1.8561</code>/5367-047e62ccf09d4b39a8add708a69b7f38</p><p><b>status</b>: Current</p><p><b>docStatus</b>: current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 86533-7}\">Patient Living will</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category clinical-note}\">Clinical Note</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)</a></p><p><b>date</b>: 2015-11-05 15:52:20+0000</p><p><b>author</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)</a></p><p><b>authenticator</b>: <a href=\"Organization-Example-Smith-Johnson-OrganizationCustodian1.html\">Organization MyDirectives.com</a></p><p><b>custodian</b>: <a href=\"Organization-Example-Smith-Johnson-OrganizationAssembler1.html\">Organization ADVault, Inc.</a></p><p><b>description</b>: Living Will</p><p><b>securityLabel</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-Confidentiality N}\">normal</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>text/xml</td><td>Binary/Example-Smith-Johnson-DocRef-Binary1</td><td>2015-11-05 15:52:20+0000</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:masterIdentifier [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.3208.101.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5367-047e62ccf09d4b39a8add708a69b7f38-1" ]
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.3208.101.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5367-047e62ccf09d4b39a8add708a69b7f38-1" ]
  ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.3208.101.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0e37bb3e-1e36-46c6-b0f5-396d636a483b" ]
  ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.823.1.8561"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5367-047e62ccf09d4b39a8add708a69b7f38" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:docStatus [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:86533-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86533-7" ] ;
fhir:display [ fhir:v "Patient Living will" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "clinical-note" ] ;
fhir:display [ fhir:v "Clinical Note" ]     ] ) ;
fhir:text [ fhir:v "Clinical Note" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ]
  ] ; # 
  fhir:date [ fhir:v "2015-11-05T15:52:20.000+00:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ]
  ] ) ; # 
  fhir:authenticator [
fhir:reference [ fhir:v "Organization/Example-Smith-Johnson-OrganizationCustodian1" ]
  ] ; # 
  fhir:custodian [
fhir:reference [ fhir:v "Organization/Example-Smith-Johnson-OrganizationAssembler1" ]
  ] ; # 
  fhir:description [ fhir:v "Living Will"] ; # 
  fhir:securityLabel ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "normal" ]     ] )
  ] ) ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/xml" ] ;
fhir:url [ fhir:v "Binary/Example-Smith-Johnson-DocRef-Binary1"^^xsd:anyURI ] ;
fhir:creation [ fhir:v "2015-11-05T15:52:20.000+00:00"^^xsd:dateTime ]     ]
  ] ) . #