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

: Anemia Diagnostic Report - 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:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "anemia-diagnosticreport-20250408"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.apps.health/StructureDefinition/polaris-diagnosticreport"^^xsd:anyURI ;
fhir:link <https://fhir.apps.health/StructureDefinition/polaris-diagnosticreport>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>CBC panel including hemoglobin result for Avery Linwood (DOB: 1990-06-05). Result shows a hemoglobin level of 68 g/L. Diagnostic impression: acute anemia. Treatment initiated by Dr. Emil Navarro.</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-diagnosticreport-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DR-ANEMIA-WORKUP-20250408" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
fhir:text [ fhir:v "CBC panel with hemoglobin result" ]
  ] ; # 
  fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890" ]     ] ;
fhir:display [ fhir:v "Avery Linwood" ]
  ] ; # 
  fhir:encounter [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-encounter-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "enc-avery-20250408-01" ]     ] ;
fhir:display [ fhir:v "Annual physical with anemia workup" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2025-04-08T10:12:00-06:00"^^xsd:dateTime
  ] ; # 
  fhir:result ( [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-observation-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "OBS-HEMOGLOBIN-20250408" ]     ] ;
fhir:display [ fhir:v "Hemoglobin concentration" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "Hemoglobin level of 68 g/L confirmed acute anemia. Urgent treatment initiated and further investigation recommended."] ; # 
  fhir:presentedForm ( [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "en" ] ;
fhir:title [ fhir:v "CBC and Hemoglobin Report - April 8, 2025" ] ;
fhir:creation [ fhir:v "2025-04-08T11:00:00-06:00"^^xsd:dateTime ]
  ] ) . #