PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU 1 Ballot

This page is part of the PACIO Advance Directive Information Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

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

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 -------------------------------------------------------------------

 a fhir:DocumentReference;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "Example-Smith-Johnson-DocRef-DocumentReference"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-DocumentReference";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-DocumentReference>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"Example-Smith-Johnson-DocRef-DocumentReference\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PADI-DocumentReference.html\">PACIO ADI Document Reference</a></p></div><p><b>masterIdentifier</b>: id: 5367-047e62ccf09d4b39a8add708a69b7f38-1</p><p><b>identifier</b>: id: 5367-047e62ccf09d4b39a8add708a69b7f38-1, id: 0e37bb3e-1e36-46c6-b0f5-396d636a483b, id: 5367-047e62ccf09d4b39a8add708a69b7f38</p><p><b>status</b>: current</p><p><b>docStatus</b>: final</p><p><b>type</b>: Patient Living will <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#86533-7)</span></p><p><b>category</b>: Clinical Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-us-core-documentreference-category.html\">US Core DocumentReferences Category Codes</a>#clinical-note)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Patient/Example-Smith-Johnson-Patient1</a> \" SMITH-JOHNSON\"</p><p><b>date</b>: Nov 5, 2015 3:52:20 PM</p><p><b>author</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Patient/Example-Smith-Johnson-Patient1</a> \" SMITH-JOHNSON\"</p><p><b>authenticator</b>: <a href=\"Organization-Example-Smith-Johnson-OrganizationCustodian1.html\">Organization/Example-Smith-Johnson-OrganizationCustodian1</a> \"MyDirectives.com\"</p><p><b>custodian</b>: <a href=\"Organization-Example-Smith-Johnson-OrganizationAssembler1.html\">Organization/Example-Smith-Johnson-OrganizationAssembler1</a> \"ADVault, Inc.\"</p><p><b>description</b>: Living Will</p><p><b>securityLabel</b>: normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-Confidentiality.html\">Confidentiality</a>#N)</span></p><blockquote><p><b>content</b></p></blockquote></div>"
  ];
  fhir:DocumentReference.masterIdentifier [
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.3.3208.101.1" ];
     fhir:Identifier.value [ fhir:value "5367-047e62ccf09d4b39a8add708a69b7f38-1" ]
  ];
  fhir:DocumentReference.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.3.3208.101.1" ];
     fhir:Identifier.value [ fhir:value "5367-047e62ccf09d4b39a8add708a69b7f38-1" ]
  ], [
     fhir:index 1;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.3.3208.101.1" ];
     fhir:Identifier.value [ fhir:value "0e37bb3e-1e36-46c6-b0f5-396d636a483b" ]
  ], [
     fhir:index 2;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.823.1.8561" ];
     fhir:Identifier.value [ fhir:value "5367-047e62ccf09d4b39a8add708a69b7f38" ]
  ];
  fhir:DocumentReference.status [ fhir:value "current"];
  fhir:DocumentReference.docStatus [ fhir:value "final"];
  fhir:DocumentReference.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:86533-7;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "86533-7" ];
       fhir:Coding.display [ fhir:value "Patient Living will" ]     ]
  ];
  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.code [ fhir:value "clinical-note" ];
       fhir:Coding.display [ fhir:value "Clinical Note" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Clinical Note" ]
  ];
  fhir:DocumentReference.subject [
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ];
  fhir:DocumentReference.date [ fhir:value "2015-11-05T15:52:20.000+00:00"^^xsd:dateTime];
  fhir:DocumentReference.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ];
  fhir:DocumentReference.authenticator [
     fhir:Reference.reference [ fhir:value "Organization/Example-Smith-Johnson-OrganizationCustodian1" ]
  ];
  fhir:DocumentReference.custodian [
     fhir:Reference.reference [ fhir:value "Organization/Example-Smith-Johnson-OrganizationAssembler1" ]
  ];
  fhir:DocumentReference.description [ fhir:value "Living Will"];
  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 "text/xml" ];
       fhir:Attachment.url [ fhir:value "Binary/Example-Smith-Johnson-DocRef-Binary1" ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.