Scalable Consent Management
1.0.0-preview - STU 1 PReview United States of America flag

Scalable Consent Management, published by HL7 International / Community Based Collaborative Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-consent-management/ and changes regularly. See the Directory of published versions

: DocumentReferenceExample

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/DocumentReferenceExample> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "DocumentReferenceExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTDocumentReference" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTDocumentReference>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocumentReferenceExample</b></p><a name=\"DocumentReferenceExample\"> </a><a name=\"hcDocumentReferenceExample\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-FASTDocumentReference.html\">FASTDocumentReference</a></p></div><p><b>identifier</b>: <code>http://example.org</code>/1234567</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 64292-6}\">Release of information consent Document</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 57016-8}\">Privacy policy acknowledgment Document</span></p><p><b>subject</b>: Identifier: <code>http://example.org/mrn</code>/M1230041</p><p><b>date</b>: 2024-01-01 15:30:00+0000</p><p><b>author</b>: Identifier: <a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"http://example.org/consentexample\">http://example.org/consentexample</a></td></tr></table></blockquote></div>"
  ] ;
  fhir:DocumentReference.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org" ] ;
     fhir:Identifier.value [ fhir:value "1234567" ]
  ] ;
  fhir:DocumentReference.status [ fhir:value "current"] ;
  fhir:DocumentReference.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:64292-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "64292-6" ]
     ]
  ] ;
  fhir:DocumentReference.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:57016-8 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "57016-8" ]
     ]
  ] ;
  fhir:DocumentReference.subject [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://example.org/mrn" ] ;
       fhir:Identifier.value [ fhir:value "M1230041" ]
     ]
  ] ;
  fhir:DocumentReference.date [ fhir:value "2024-01-01T15:30:00Z"^^xsd:dateTime] ;
  fhir:DocumentReference.author [
     fhir:index -1 ;
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
       fhir:Identifier.value [ fhir:value "1234567893" ]
     ]
  ] ;
  fhir:DocumentReference.content [
     fhir:index -1 ;
     fhir:DocumentReference.content.attachment [
       fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
       fhir:Attachment.url [ fhir:value "http://example.org/consentexample" ]
     ]
  ] .

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

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