Healthcare Financial Services IG Edition 1
0.3.0 - STU-Ballot Saudi Arabia flag

Healthcare Financial Services IG Edition 1 - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Poll Request #2 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "560082"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/poll-request|0.3.0"^^xsd:anyURI ;
fhir:link <http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/poll-request|0.3.0>     ] )
  ] ; # 
  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 560082</b></p><a name=\"560082\"> </a><a name=\"hc560082\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-poll-request.html\">Nphies Poll Requestversion: null0.3.0)</a></p></div><p><b>identifier</b>: <code>http://saudigeneralhospital.com.sa/identifiers/poll-request</code>/req_560082</p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/task-code poll}\">Poll the focal resource</span></p><p><b>authoredOn</b>: 2023-12-04 06:58:00+0300</p><p><b>lastModified</b>: 2023-12-04 06:58:00+0300</p><p><b>requester</b>: <a href=\"Organization-b1b3432921324f97af3be9fd0b1a14ae.html\">Organization Saudi General Hospital</a></p><p><b>owner</b>: <a href=\"Organization-NPHIES.html\">Organization National Program for Health Information Exchange Services</a></p><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/task-input-type count}\">Count</span></p><p><b>value</b>: 25</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/task-input-type exclude-message-type}\">Exclude message type</span></p><p><b>value</b>: claim-response</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://saudigeneralhospital.com.sa/identifiers/poll-request"^^xsd:anyURI ] ;
fhir:value [ fhir:v "req_560082" ]
  ] ) ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/task-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "poll" ]     ] )
  ] ; # 
  fhir:authoredOn [ fhir:v "2023-12-04T06:58:00+03:00"^^xsd:dateTime] ; # 
  fhir:lastModified [ fhir:v "2023-12-04T06:58:00+03:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Organization/b1b3432921324f97af3be9fd0b1a14ae" ]
  ] ; # 
  fhir:owner [
fhir:reference [ fhir:v "Organization/NPHIES" ]
  ] ; # 
  fhir:input ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/task-input-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "count" ]       ] )     ] ;
fhir:value [
a fhir:positiveInt ;
fhir:v "25"^^xsd:positiveInteger     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/task-input-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "exclude-message-type" ]       ] )     ] ;
fhir:value [
a fhir:code ;
fhir:v "claim-response"     ]
  ] ) . #