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
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PCT-GFE-Coordination-Bundle-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-bundle> ] )
] ; #
fhir:identifier [
fhir:system [ fhir:v "http://example.com/identifiers/bundle"^^xsd:anyURI ] ;
fhir:value [ fhir:v "59688475-2324-3242-2347384710" ]
] ; #
fhir:type [ fhir:v "transaction"] ; #
fhir:timestamp [ fhir:v "2024-03-27T11:01:00+05:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:id [ fhir:v "PCT-GFE-Coordination-Task-1" ] ;
fhir:fullUrl [ fhir:v "http://example.org/fhir/Task/PCT-GFE-Coordination-Task-1"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/Task/PCT-GFE-Coordination-Task-1> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Task"^^xsd:anyURI ] ]
] [
fhir:id [ fhir:v "PCT-GFE-Contributor-Task-1" ] ;
fhir:fullUrl [ fhir:v "http://example.org/fhir/Task/PCT-GFE-Contributor-Task-1"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/Task/PCT-GFE-Contributor-Task-1> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Task"^^xsd:anyURI ] ]
] [
fhir:id [ fhir:v "PCT-GFE-Contributor-Task-2" ] ;
fhir:fullUrl [ fhir:v "http://example.org/fhir/Task/PCT-GFE-Contributor-Task-2"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/Task/PCT-GFE-Contributor-Task-2> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Task"^^xsd:anyURI ] ]
] ) . #
<http://example.org/fhir/Task/PCT-GFE-Coordination-Task-1> a fhir:Task ;
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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_PCT-GFE-Coordination-Task-1\"> </a><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>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" ] ]
] ) . #
<http://example.org/fhir/Task/PCT-GFE-Contributor-Task-1> a fhir:Task ;
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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_PCT-GFE-Contributor-Task-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task PCT-GFE-Contributor-Task-1</b></p><a name=\"PCT-GFE-Contributor-Task-1\"> </a><a name=\"hcPCT-GFE-Contributor-Task-1\"> </a><a name=\"PCT-GFE-Contributor-Task-1-en-US\"> </a><p><b>partOf</b>: <a href=\"Task-PCT-GFE-Coordination-Task-1.html\">Task GFE Coordination Task</a></p><p><b>status</b>: Received</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTGFERequestTaskCSTemporaryTrialUse gfe-contributor-task}\">GFE Contributor Task</span></p><p><b>requester</b>: <a href=\"Organization-Submitter-Org-1.html\">Organization GFE Service Help INC.</a></p><p><b>owner</b>: <a href=\"Organization-Submitter-Org-1.html\">Organization GFE Service Help INC.</a></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" ]
] . #
<http://example.org/fhir/Task/PCT-GFE-Contributor-Task-2> a fhir:Task ;
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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_PCT-GFE-Contributor-Task-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task PCT-GFE-Contributor-Task-2</b></p><a name=\"PCT-GFE-Contributor-Task-2\"> </a><a name=\"hcPCT-GFE-Contributor-Task-2\"> </a><a name=\"PCT-GFE-Contributor-Task-2-en-US\"> </a><p><b>partOf</b>: <a href=\"Task-PCT-GFE-Coordination-Task-1.html\">Task GFE Coordination Task</a></p><p><b>status</b>: Received</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTGFERequestTaskCSTemporaryTrialUse gfe-contributor-task}\">GFE Contributor Task</span></p><p><b>requester</b>: <a href=\"Organization-Submitter-Org-1.html\">Organization GFE Service Help INC.</a></p><p><b>owner</b>: <a href=\"Organization-org1002.html\">Organization Boston Radiology Center</a></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" ]
] . #
IG © 2023+ HL7 International / Financial Management. Package hl7.fhir.us.davinci-pct#2.0.0-ballot based on FHIR 4.0.1. Generated 2024-07-17
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change