Polaris FHIR Implementation Guide
1.9.7 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "polaris-core-clinical-task-lab-review-001"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2025-07-23T10:30:00-06:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://fhir.apps.health/StructureDefinition/polaris-core-clinical-task"^^xsd:anyURI ;
fhir:link <https://fhir.apps.health/StructureDefinition/polaris-core-clinical-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 polaris-core-clinical-task-lab-review-001</b></p><a name=\"polaris-core-clinical-task-lab-review-001\"> </a><a name=\"hcpolaris-core-clinical-task-lab-review-001\"> </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\">version: 1; Last updated: 2025-07-23 10:30:00-0600</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-polaris-core-clinical-task.html\">Polaris Clinical Task Core</a></p></div><p><b>identifier</b>: <code>https://fhir.apps.health/identifier/task</code>/cedarbrook-task-20250723-001, <code>https://cedarbrook.clinic/task-id</code>/CBK-TASK-789123</p><p><b>basedOn</b>: CBC Order - Annual Physical (Identifier: <code>https://fhir.apps.health/NamingSystem/service-request-identifier</code>/cbc-order-001)</p><p><b>status</b>: Ready</p><p><b>intent</b>: order</p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 182836005}\">Lab Result Review</span></p><p><b>description</b>: Review CBC results for John Doe - flagged values need clinical assessment. Hemoglobin 8.2 g/dL (low), requires evaluation for anemia workup.</p><p><b>focus</b>: Identifier: <code>https://fhir.apps.health/NamingSystem/diagnostic-report-identifier</code>/cbc-results-20250723-001</p><p><b>for</b>: John Doe (Identifier: <code>https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier</code>/polaris-core-patient-john-doe-001)</p><p><b>encounter</b>: Annual Physical - July 23, 2025 (Identifier: <code>https://fhir.apps.health/NamingSystem/encounter-identifier</code>/polaris-core-encounter-001)</p><p><b>executionPeriod</b>: 2025-07-23 10:30:00-0600 --> 2025-07-23 17:00:00-0600</p><p><b>authoredOn</b>: 2025-07-23 10:30:00-0600</p><p><b>lastModified</b>: 2025-07-23 10:30:00-0600</p><p><b>requester</b>: Cedarbrook Lab System (Identifier: <code>https://fhir.apps.health/NamingSystem/device-identifier</code>/lab-system-cedarbrook)</p><p><b>owner</b>: Dr. Emily Carter (Identifier: <code>https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier</code>/dr-emily-carter)</p><p><b>location</b>: Cedarbrook Clinic - Main Office (Identifier: <code>https://fhir.apps.health/NamingSystem/location-identifier</code>/cedarbrook-clinic-main)</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 394595002}\">Abnormal laboratory values requiring clinical review</span></p><p><b>note</b>: @2025-07-23 10:30:00-0600</p><blockquote><div><p>Patient has history of iron deficiency anemia. Last Hgb was 10.1 g/dL six months ago. Consider iron studies and reticulocyte count.</p>\n</div></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/task-input-type reference}\">Lab Results</span></p><p><b>value</b>: Identifier: <code>https://fhir.apps.health/NamingSystem/diagnostic-report-identifier</code>/cbc-results-20250723-001</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/task-input-type reference}\">Patient History</span></p><p><b>value</b>: Identifier: <code>https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier</code>/polaris-core-patient-john-doe-001</p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.apps.health/identifier/task"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cedarbrook-task-20250723-001" ]
] [
fhir:system [ fhir:v "https://cedarbrook.clinic/task-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CBK-TASK-789123" ]
] ) ; #
fhir:basedOn ( [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/service-request-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cbc-order-001" ] ] ;
fhir:display [ fhir:v "CBC Order - Annual Physical" ]
] ) ; #
fhir:status [ fhir:v "ready"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:priority [ fhir:v "urgent"] ; #
fhir:code [
( fhir:coding [
a sct:182836005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "182836005" ] ;
fhir:display [ fhir:v "Review of laboratory test result" ] ] ) ;
fhir:text [ fhir:v "Lab Result Review" ]
] ; #
fhir:description [ fhir:v "Review CBC results for John Doe - flagged values need clinical assessment. Hemoglobin 8.2 g/dL (low), requires evaluation for anemia workup."] ; #
fhir:focus [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/diagnostic-report-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cbc-results-20250723-001" ] ]
] ; #
fhir:for [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "polaris-core-patient-john-doe-001" ] ] ;
fhir:display [ fhir:v "John Doe" ]
] ; #
fhir:encounter [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/encounter-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "polaris-core-encounter-001" ] ] ;
fhir:display [ fhir:v "Annual Physical - July 23, 2025" ]
] ; #
fhir:executionPeriod [
fhir:start [ fhir:v "2025-07-23T10:30:00-06:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-07-23T17:00:00-06:00"^^xsd:dateTime ]
] ; #
fhir:authoredOn [ fhir:v "2025-07-23T10:30:00-06:00"^^xsd:dateTime] ; #
fhir:lastModified [ fhir:v "2025-07-23T10:30:00-06:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/device-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "lab-system-cedarbrook" ] ] ;
fhir:display [ fhir:v "Cedarbrook Lab System" ]
] ; #
fhir:owner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "dr-emily-carter" ] ] ;
fhir:display [ fhir:v "Dr. Emily Carter" ]
] ; #
fhir:location [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/location-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cedarbrook-clinic-main" ] ] ;
fhir:display [ fhir:v "Cedarbrook Clinic - Main Office" ]
] ; #
fhir:reasonCode [
( fhir:coding [
a sct:394595002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394595002" ] ;
fhir:display [ fhir:v "Pathology" ] ] ) ;
fhir:text [ fhir:v "Abnormal laboratory values requiring clinical review" ]
] ; #
fhir:note ( [
fhir:time [ fhir:v "2025-07-23T10:30:00-06:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Patient has history of iron deficiency anemia. Last Hgb was 10.1 g/dL six months ago. Consider iron studies and reticulocyte count." ]
] ) ; #
fhir:input ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/task-input-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "reference" ] ] ) ;
fhir:text [ fhir:v "Lab Results" ] ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/diagnostic-report-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cbc-results-20250723-001" ] ] ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/task-input-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "reference" ] ] ) ;
fhir:text [ fhir:v "Patient History" ] ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "polaris-core-patient-john-doe-001" ] ] ]
] ) . #
IG © 2025+ . Package polaris#1.9.7 based on FHIR 4.0.1. Generated 2026-04-15
Links: Table of Contents |
QA Report