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

PACIO Advance Healthcare 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.0.0-ballot 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-Bundle - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/DocumentReference/Example-Smith-Johnson-DocRef-Bundle> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Example-Smith-Johnson-DocRef-Bundle"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentReference" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentReference>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>PACP DocumentReference</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-jurisdiction-extension" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166:-2" ] ;
         fhir:Coding.code [ fhir:value "US-MI" ] ;
         fhir:Coding.display [ fhir:value "Michigan" ]
       ]
     ]
  ] ;
  fhir:DocumentReference.masterIdentifier [
     fhir:Identifier.system [ fhir:value "http://example.org/GoodHealthClinic/id" ] ;
     fhir:Identifier.value [ fhir:value "0-87f37989294a408897aacd1fc5d8fd16" ]
  ] ;
  fhir:DocumentReference.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://example.org/GoodHealthClinic/id" ] ;
     fhir:Identifier.value [ fhir:value "0-87f37989294a408897aacd1fc5d8fd16" ]
  ] ;
  fhir:DocumentReference.status [ fhir:value "current"] ;
  fhir:DocumentReference.docStatus [ fhir:value "final"] ;
  fhir:DocumentReference.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:81334-5 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "81334-5" ] ;
       fhir:Coding.display [ fhir:value "Patient Personal advance care plan" ]
     ]
  ] ;
  fhir:DocumentReference.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:42348-3 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "42348-3" ] ;
       fhir:Coding.display [ fhir:value "Advance healthcare directives" ]
     ]
  ] ;
  fhir:DocumentReference.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:DocumentReference.date [ fhir:value "2021-03-29T14:25:34.001-05:00"^^xsd:dateTime] ;
  fhir:DocumentReference.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ] ;
  fhir:DocumentReference.authenticator [
     fhir:link <http://hl7.org/fhir/Organization/Example-Smith-Johnson-OrganizationCustodian1> ;
     fhir:Reference.reference [ fhir:value "Organization/Example-Smith-Johnson-OrganizationCustodian1" ]
  ] ;
  fhir:DocumentReference.custodian [
     fhir:link <http://hl7.org/fhir/Organization/Example-Smith-Johnson-OrganizationCustodian1> ;
     fhir:Reference.reference [ fhir:value "Organization/Example-Smith-Johnson-OrganizationCustodian1" ]
  ] ;
  fhir:DocumentReference.description [ fhir:value "Personal Advance Care Plan"] ;
  fhir:DocumentReference.securityLabel [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-Confidentiality" ] ;
       fhir:Coding.code [ fhir:value "N" ] ;
       fhir:Coding.display [ fhir:value "normal" ]
     ]
  ] ;
  fhir:DocumentReference.content [
     fhir:index 0 ;
     fhir:DocumentReference.content.attachment [
       fhir:Attachment.contentType [ fhir:value "application/fhir+json" ] ;
       fhir:Attachment.url [ fhir:value "http://hl7.org/fhir/us/pacio-adi/Bundle/Example-Smith-Johnson-PACP-Bundle1" ] ;
       fhir:Attachment.creation [ fhir:value "2021-03-29T14:25:34.001-05:00"^^xsd:dateTime ]
     ]
  ] .

<http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> a fhir:Patient .

<http://hl7.org/fhir/Organization/Example-Smith-Johnson-OrganizationCustodian1> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DocumentReference/Example-Smith-Johnson-DocRef-Bundle.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DocumentReference/Example-Smith-Johnson-DocRef-Bundle.ttl> .