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
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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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" ]
] . #