Da Vinci Health Record Exchange (HRex)
1.1.0 - STU 1.1 United States of America flag

Da Vinci Health Record Exchange (HRex), published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ehrx/ and changes regularly. See the Directory of published versions

: HRex Task polling response - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "task-poll-response"] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "http://example.org/ehr/fhir/Task?_id=c94fb961-310c-41f1-a54f-fc5f2dba49ee&_include=Task:output"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://example.org/fhir/r4/Task/c94fb961-310c-41f1-a54f-fc5f2dba49ee"^^xsd:anyURI ] ;
    ( fhir:resource <https://example.org/fhir/r4/Task/c94fb961-310c-41f1-a54f-fc5f2dba49ee> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://example.org/fhir/r4/DocumentReference/c94fb961-310c-41f1-a54f-gd5325dgds7"^^xsd:anyURI ] ;
    ( fhir:resource <https://example.org/fhir/r4/DocumentReference/c94fb961-310c-41f1-a54f-gd5325dgds7> ) ;
fhir:search [
fhir:mode [ fhir:v "include" ]     ]
  ] ) . # 

<https://example.org/fhir/r4/Task/c94fb961-310c-41f1-a54f-fc5f2dba49ee> a fhir:Task ;
  fhir:id [ fhir:v "c94fb961-310c-41f1-a54f-fc5f2dba49ee"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_c94fb961-310c-41f1-a54f-fc5f2dba49ee\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task c94fb961-310c-41f1-a54f-fc5f2dba49ee</b></p><a name=\"c94fb961-310c-41f1-a54f-fc5f2dba49ee\"> </a><a name=\"hcc94fb961-310c-41f1-a54f-fc5f2dba49ee\"> </a><a name=\"c94fb961-310c-41f1-a54f-fc5f2dba49ee-en-US\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp data-request}\">data request task</span></p><p><b>for</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/ehr/fhir/Patient/pat1\">??</a></p><p><b>authoredOn</b>: 2020-07-30 20:07:15-0600</p><p><b>requester</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/new-payer/fhir/Organization/hl7pay\">??</a></p><p><b>owner</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/provider/fhir/Organization/hl7prov\">??</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Support prior authorization decision-making</span></p><p><b>reasonReference</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/new-payer/fhir/Claim/123\">??</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp data-code}\">data code input</span></td><td><span title=\"Codes:{http://loinc.org 34108-1}\">Outpatient Note</span></td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp data-value}\">data values output</span></td><td><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/ehr/fhir/DocumentReference/287Q73J237\">??</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "data-request" ]     ] )
  ] ; # 
  fhir:for [
fhir:link <http://example.org/ehr/fhir/Patient/pat1> ;
fhir:reference [ fhir:v "http://example.org/ehr/fhir/Patient/pat1" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2020-07-30T20:07:15-06:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:link <http://example.org/new-payer/fhir/Organization/hl7pay> ;
fhir:reference [ fhir:v "http://example.org/new-payer/fhir/Organization/hl7pay" ]
  ] ; # 
  fhir:owner [
fhir:link <http://example.org/provider/fhir/Organization/hl7prov> ;
fhir:reference [ fhir:v "http://example.org/provider/fhir/Organization/hl7prov" ]
  ] ; # 
  fhir:reasonCode [
fhir:text [ fhir:v "Support prior authorization decision-making" ]
  ] ; # 
  fhir:reasonReference [
fhir:link <http://example.org/new-payer/fhir/Claim/123> ;
fhir:reference [ fhir:v "http://example.org/new-payer/fhir/Claim/123" ]
  ] ; # 
  fhir:input ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "data-code" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a loinc:34108-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34108-1" ]       ] )     ]
  ] ) ; # 
  fhir:output ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "data-value" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:link <http://example.org/ehr/fhir/DocumentReference/287Q73J237> ;
fhir:reference [ fhir:v "http://example.org/ehr/fhir/DocumentReference/287Q73J237" ]     ]
  ] ) . # 

<https://example.org/fhir/r4/DocumentReference/c94fb961-310c-41f1-a54f-gd5325dgds7> a fhir:DocumentReference ;
  fhir:id [ fhir:v "c94fb961-310c-41f1-a54f-gd5325dgds7"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_c94fb961-310c-41f1-a54f-gd5325dgds7\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference c94fb961-310c-41f1-a54f-gd5325dgds7</b></p><a name=\"c94fb961-310c-41f1-a54f-gd5325dgds7\"> </a><a name=\"hcc94fb961-310c-41f1-a54f-gd5325dgds7\"> </a><a name=\"c94fb961-310c-41f1-a54f-gd5325dgds7-en-US\"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34117-2}\">History and physical note</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 47039-3}\">Hospital Admission history and physical note</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/ehr/fhir/Patient/pat1\">??</a></p><p><b>date</b>: 2013-07-01 23:11:33+1000</p><p><b>author</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://example.org/ehr/fhir/Practitioner/pract1\">??</a></p><p><b>description</b>: Physical</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>Language</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td>English (Region=United States)</td><td><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v700@7.0.0&amp;canonical=http://localhost:9556/svc/fhir/Binary/1e404af3-077f-4bee-b7a6-a9be97e1ce32\">http://localhost:9556/svc/fhir/Binary/1e404af3-077f-4bee-b7a6-a9be97e1ce32</a></td><td>Physical</td><td>2005-12-24</td></tr></table><p><b>format</b>: unknown urn:ihe:pcc:apr:handp:2008: urn:ihe:pcc:apr:handp:2008</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:34117-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34117-2" ] ;
fhir:display [ fhir:v "History and physical note" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:47039-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "47039-3" ] ;
fhir:display [ fhir:v "Hospital Admission history and physical note" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:link <http://example.org/ehr/fhir/Patient/pat1> ;
fhir:reference [ fhir:v "http://example.org/ehr/fhir/Patient/pat1" ]
  ] ; # 
  fhir:date [ fhir:v "2013-07-01T23:11:33+10:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:link <http://example.org/ehr/fhir/Practitioner/pract1> ;
fhir:reference [ fhir:v "http://example.org/ehr/fhir/Practitioner/pract1" ]
  ] ) ; # 
  fhir:description [ fhir:v "Physical"] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:language [ fhir:v "en-US" ] ;
fhir:url [ fhir:v "http://localhost:9556/svc/fhir/Binary/1e404af3-077f-4bee-b7a6-a9be97e1ce32"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Physical" ] ;
fhir:creation [ fhir:v "2005-12-24"^^xsd:date ]     ] ;
fhir:format [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.19376.1.2.3"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:ihe:pcc:apr:handp:2008" ]     ]
  ] ) . #