Da Vinci Risk Adjustment Implementation Guide
2.0.0-preview - STU2 United States of America flag

Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.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/davinci-ra/ and changes regularly. See the Directory of published versions

: Documentreference01pat01: Outpatient Note - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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:id [ fhir:v "ra-documentreference01pat01"] ; # 
  fhir:meta [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Episode Summary Example" ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "This is a episode summary example for the *US Core DocumentReference Profile*." ]     ] ) ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ra-documentreference01pat01</b></p><a name=\"ra-documentreference01pat01\"> </a><a name=\"hcra-documentreference01pat01\"> </a><a name=\"ra-documentreference01pat01-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">Uniform Resource Identifier (URI)</a>/urn:oid:2.16.840.1.113883.19.5.99999.1</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34108-1}\">CCD Document</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category clinical-note}\">Clinical Note</span></p><p><b>subject</b>: <a href=\"Patient-ra-patient01.html\">Eve Everywoman</a></p><p><b>date</b>: 2021-03-27 15:29:46+0000</p><p><b>author</b>: <a href=\"Practitioner-ra-prac01pat01.html\">Harold Hippocrates, MD</a></p><p><b>description</b>: Clinical Note</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>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td><code>DQpQYXRpZW50OiBFdmUgRXZlcnl3b21lbg0KRE9COiAgMS8xNi8xOTc1DQpNUiM6ICAxMjM0NQ0KDQpEYXRlIG9mIFZpc2l0OiAzLzI3LzIwMjENClBhdGllbnQgcmVwb3J0cyB0aGUgaW5hYmlsaXR5IHRvIGRpZ2VzdCBmb29kIHByb3Blcmx5IGR1ZSB0byBhbiBpbnN1ZmZpY2llbmN5IGluIGV4b2NyaW5lIHBhbmNyZWF0aWMgZGlnZXN0aXZlIGVuenltZXMuIFBhdGllbnQgZXhwZXJpZW5jaW5nIGFiZG9taW5hbCBwYWluLCBkaWFycmhlYSwgZ2FzLCBhbmQgd2VpZ2h0IGxvc3MuIE9yZGVyZWQgUEVSVCB0cmVhdG1lbnQuDQoNCg0KDQpIYXJvbGQgSGlwcG9jcmF0ZXMsIE1EDQo=</code></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.19.5.99999.1" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:34108-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34108-1" ] ;
fhir:display [ fhir:v "Outpatient Note" ]     ] ) ;
fhir:text [ fhir:v "CCD Document" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "clinical-note" ] ;
fhir:display [ fhir:v "Clinical Note" ]     ] ) ;
fhir:text [ fhir:v "Clinical Note" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ra-patient01" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
  ] ; # 
  fhir:date [ fhir:v "2021-03-27T15:29:46Z"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Practitioner/ra-prac01pat01" ] ;
fhir:display [ fhir:v "Harold Hippocrates, MD" ]
  ] ) ; # 
  fhir:description [ fhir:v "Clinical Note"] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:data [ fhir:v "DQpQYXRpZW50OiBFdmUgRXZlcnl3b21lbg0KRE9COiAgMS8xNi8xOTc1DQpNUiM6ICAxMjM0NQ0KDQpEYXRlIG9mIFZpc2l0OiAzLzI3LzIwMjENClBhdGllbnQgcmVwb3J0cyB0aGUgaW5hYmlsaXR5IHRvIGRpZ2VzdCBmb29kIHByb3Blcmx5IGR1ZSB0byBhbiBpbnN1ZmZpY2llbmN5IGluIGV4b2NyaW5lIHBhbmNyZWF0aWMgZGlnZXN0aXZlIGVuenltZXMuIFBhdGllbnQgZXhwZXJpZW5jaW5nIGFiZG9taW5hbCBwYWluLCBkaWFycmhlYSwgZ2FzLCBhbmQgd2VpZ2h0IGxvc3MuIE9yZGVyZWQgUEVSVCB0cmVhdG1lbnQuDQoNCg0KDQpIYXJvbGQgSGlwcG9jcmF0ZXMsIE1EDQo="^^xsd:base64Binary ]     ]
  ] ) . #