@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-toc/DocumentReference/Example-Smith-Johnson-DocRef-Bundle> 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-toc/StructureDefinition/TOC-DocumentReference"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/pacio-toc/StructureDefinition/TOC-DocumentReference>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Transition of Care DocumentReference for Patient Betsy Smith-Johnson</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/us/pacio-toc/StructureDefinition/point-of-contact-extension"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/pacio-toc/StructureDefinition/point-of-contact-extension>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <http://hl7.org/fhir/us/pacio-toc/PractitionerRole/Role-SNFDoc-GeraldPark> ;
       fhir:reference [ fhir:v "PractitionerRole/Role-SNFDoc-GeraldPark" ]
     ]
  ] ) ; # 
  fhir:masterIdentifier [
     fhir:system [
       fhir:v "http://example.org/GoodHealthClinic/id"^^xsd:anyURI ;
       fhir:l <http://example.org/GoodHealthClinic/id>
     ] ;
     fhir:value [ fhir:v "0-87f37989294a408897aacd1fc5d8fd16" ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/GoodHealthClinic/id"^^xsd:anyURI ;
       fhir:l <http://example.org/GoodHealthClinic/id>
     ] ;
     fhir:value [ fhir:v "0-87f37989294a408897aacd1fc5d8fd16" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:docStatus [ fhir:v "final"] ; # 
  fhir:type [
     fhir:coding ( [
       a loinc:18761-7 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "18761-7" ] ;
       fhir:display [ fhir:v "Transfer Summary Note" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category>
       ] ;
       fhir:version [ fhir:v "8.0.1" ] ;
       fhir:code [ fhir:v "clinical-note" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/pacio-toc/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ]
  ] ; # 
  fhir:date [ fhir:v "2024-05-10T14:25:34.001-05:00"^^xsd:dateTime] ; # 
  fhir:content ( [
     fhir:attachment [
       fhir:contentType [ fhir:v "application/fhir+json" ] ;
       fhir:url [
         fhir:v "http://www.example.org/fhir/Bundle/Example-Smith-Johnson-TOCBundle"^^xsd:anyURI ;
         fhir:l <http://www.example.org/fhir/Bundle/Example-Smith-Johnson-TOCBundle>
       ] ;
       fhir:creation [ fhir:v "2024-05-10T14:25:34.001-05:00"^^xsd:dateTime ]
     ]
  ] ) . # 

<http://hl7.org/fhir/us/pacio-toc/PractitionerRole/Role-SNFDoc-GeraldPark> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/Patient/Example-Smith-Johnson-Patient1> a fhir:Us .

# -------------------------------------------------------------------------------------

