This page is part of the Da Vinci Patient Cost Transparency Implementation Guide (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
: PCT-GFE-Contributor-Task-1 - TTL Representation
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-1"] ; #
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-1\"> </a><a name=\"hcPCT-GFE-Contributor-Task-1\"> </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 "PCT-GFE-Contributor-Task-1" </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>: ?? --> 2024-03-30 11:01:00+0500</p><p><b>Planned Service Period</b>: 2024-04-27 10:00:00+0500 --> 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> "GFE Service Help INC."</p><p><b>owner</b>: <a href=\"Organization-Submitter-Org-1.html\">Organization/Submitter-Org-1</a> "GFE Service Help INC."</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/Submitter-Org-1" ]
] . #