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 #3 - 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 "560083"] ; #
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 560083</b></p><a name=\"560083\"> </a><a name=\"hc560083\"> </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://saudidentialclinic.com.sa/identifiers/poll-request</code>/req_560083</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>focus</b>: Identifier: <code>http://saudidentalclinic.com.sa/identifiers/authorization</code>/req_293093</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-215.html\">Organization Saudi Dental Clinic</a></p><p><b>owner</b>: <a href=\"Organization-NPHIES.html\">Organization National Program for Health Information Exchange Services</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://saudidentialclinic.com.sa/identifiers/poll-request"^^xsd:anyURI ] ;
fhir:value [ fhir:v "req_560083" ]
] ) ; #
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:focus [
fhir:type [ fhir:v "Claim"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "http://saudidentalclinic.com.sa/identifiers/authorization"^^xsd:anyURI ] ;
fhir:value [ fhir:v "req_293093" ] ]
] ; #
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/215" ]
] ; #
fhir:owner [
fhir:reference [ fhir:v "Organization/NPHIES" ]
] . #