PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

This page is part of the PACIO Advance Directive Information Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Example-Smith-Johnson-DocRef-Bundle - TTL Representation

Page standards status: Informative

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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-Bundle"] ; # 
  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>PACP DocumentReference</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-jurisdiction-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166:-2"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US-MI" ] ;
fhir:display [ fhir:v "Michigan" ]       ] )     ]
  ] ) ; # 
  fhir:masterIdentifier [
fhir:system [ fhir:v "http://example.org/GoodHealthClinic/id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0-87f37989294a408897aacd1fc5d8fd16" ]
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/GoodHealthClinic/id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0-87f37989294a408897aacd1fc5d8fd16" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:docStatus [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:81334-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81334-5" ] ;
fhir:display [ fhir:v "Patient Personal advance care plan" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:42348-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "42348-3" ] ;
fhir:display [ fhir:v "Advance healthcare directives" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ]
  ] ; # 
  fhir:date [ fhir:v "2021-03-29T14:25:34.001-05: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-OrganizationCustodian1" ]
  ] ; # 
  fhir:description [ fhir:v "Personal Advance Care Plan"] ; # 
  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 "application/fhir+json" ] ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/Bundle/Example-Smith-Johnson-PACP-Bundle1"^^xsd:anyURI ] ;
fhir:creation [ fhir:v "2021-03-29T14:25:34.001-05:00"^^xsd:dateTime ]     ]
  ] ) . #