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-Coordination-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-Coordination-Task-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-task"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-task> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task PCT-GFE-Coordination-Task-1</b></p><a name=\"PCT-GFE-Coordination-Task-1\"> </a><a name=\"hcPCT-GFE-Coordination-Task-1\"> </a><a name=\"PCT-GFE-Coordination-Task-1-en-US\"> </a><p><b>Request Initiation Time</b>: 2024-03-27 11:01:00+0500</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>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTGFERequestTaskCSTemporaryTrialUse gfe-coordination-task}\">GFE Coordination Task</span></p><p><b>requester</b>: <a href=\"Organization-Submitter-Org-1.html\">Organization GFE Service Help INC.</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTGFERequestTaskCSTemporaryTrialUse scheduled-request}\">Scheduled Service Request</span></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:\">GFE Information Bundle</span></td><td/></tr></table></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:status [ fhir:v "requested"] ; #
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-coordination-task" ] ] )
] ; #
fhir:requester [
fhir:reference [ fhir:v "Organization/Submitter-Org-1" ]
] ; #
fhir:reasonCode [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTGFERequestTaskCSTemporaryTrialUse"^^xsd:anyURI ] ;
fhir:code [ fhir:v "scheduled-request" ] ] )
] ; #
fhir:input ( [
fhir:type [
fhir:text [ fhir:v "GFE Information Bundle" ] ] ;
fhir:value [
a fhir:Attachment ;
fhir:contentType [ fhir:v "application/fhir+json" ] ]
] ) . #