Patient Cost Transparency Implementation Guide
2.0.0-ballot - STU 2 Ballot United States of America flag

Patient Cost Transparency Implementation Guide, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pct/ and changes regularly. See the Directory of published versions

: PCT-GFE-Contributor-Task-2 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PCT-GFE-Contributor-Task-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-contributor-task"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-contributor-task>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"PCT-GFE-Contributor-Task-2\"> </a><a name=\"hcPCT-GFE-Contributor-Task-2\"> </a></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 Task &quot;PCT-GFE-Contributor-Task-2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-davinci-pct-gfe-contributor-task.html\">PCT GFE Contributor Task</a></p></div><p><b>Request Initiation Time</b>: Mar 27, 2024, 6:01:00 AM</p><p><b>Extension Definition for Task.requestedPeriod for Version 5.0</b>: ?? --&gt; 2024-03-30 11:01:00+0500</p><p><b>Planned Service Period</b>: 2024-04-27 10:00:00+0500 --&gt; 2024-04-27 11:00:00+0500</p><p><b>partOf</b>: <a href=\"Task-PCT-GFE-Coordination-Task-1.html\">Task/PCT-GFE-Coordination-Task-1</a></p><p><b>status</b>: received</p><p><b>intent</b>: order</p><p><b>code</b>: GFE Contributor Task <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-PCTGFERequestTaskCSTemporaryTrialUse.html\">PCT GFE Request Task Codes Code System</a>#gfe-contributor-task)</span></p><p><b>requester</b>: <a href=\"Organization-Submitter-Org-1.html\">Organization/Submitter-Org-1</a> &quot;GFE Service Help INC.&quot;</p><p><b>owner</b>: <a href=\"Organization-org1002.html\">Organization/org1002</a> &quot;Boston Radiology Center&quot;</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/requestInitiationTime"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2024-03-27T11:01:00+05:00"^^xsd:dateTime ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-Task.requestedPeriod"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:end [ fhir:v "2024-03-30T11:01:00+05:00"^^xsd:dateTime ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/plannedServicePeriod"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2024-04-27T10:00:00+05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-04-27T11:00:00+05:00"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:partOf ( [
fhir:reference [ fhir:v "Task/PCT-GFE-Coordination-Task-1" ]
  ] ) ; # 
  fhir:status [ fhir:v "received"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTGFERequestTaskCSTemporaryTrialUse"^^xsd:anyURI ] ;
fhir:code [ fhir:v "gfe-contributor-task" ]     ] )
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Organization/Submitter-Org-1" ]
  ] ; # 
  fhir:owner [
fhir:reference [ fhir:v "Organization/org1002" ]
  ] . #