PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions

: BSJ2-DocumentReference - 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/BSJ2-DocumentReference> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "BSJ2-DocumentReference"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-DocumentReference" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-DocumentReference>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Transition of Care DocumentReference for Patient Betsy Smith-Johnson</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-toc/StructureDefinition/point-of-contact-extension" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> ;
       fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-JudySalas" ]
     ]
  ] ;
  fhir:DocumentReference.masterIdentifier [
     fhir:Identifier.system [ fhir:value "http://example.org/MotownHomeHealth/id" ] ;
     fhir:Identifier.value [ fhir:value "0-87f37989294a408897aacd1fc5d8fd26" ]
  ] ;
  fhir:DocumentReference.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://example.org/MotownHomeHealth/id" ] ;
     fhir:Identifier.value [ fhir:value "0-87f37989294a408897aacd1fc5d8fd26" ]
  ] ;
  fhir:DocumentReference.status [ fhir:value "current"] ;
  fhir:DocumentReference.docStatus [ fhir:value "final"] ;
  fhir:DocumentReference.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:18761-7 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18761-7" ] ;
       fhir:Coding.display [ fhir:value "Transfer Summary Note" ]
     ]
  ] ;
  fhir:DocumentReference.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category" ] ;
       fhir:Coding.version [ fhir:value "8.0.1" ] ;
       fhir:Coding.code [ fhir:value "clinical-note" ]
     ]
  ] ;
  fhir:DocumentReference.subject [
     fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient2> ;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient2" ]
  ] ;
  fhir:DocumentReference.date [ fhir:value "2024-05-10T14:25:34.001-05:00"^^xsd:dateTime] ;
  fhir:DocumentReference.content [
     fhir:index 0 ;
     fhir:DocumentReference.content.attachment [
       fhir:Attachment.contentType [ fhir:value "application/fhir+json" ] ;
       fhir:Attachment.url [ fhir:value "http://www.example.org/fhir/Bundle/Example-BSJ2-TOCBundle2" ] ;
       fhir:Attachment.creation [ fhir:value "2024-05-10T14:25:34.001-05:00"^^xsd:dateTime ]
     ]
  ] .

<http://hl7.org/fhir/Practitioner/Practitioner-JudySalas> a fhir:Practitioner .

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

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

<http://hl7.org/fhir/DocumentReference/BSJ2-DocumentReference.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DocumentReference/BSJ2-DocumentReference.ttl> .