Polaris FHIR Implementation Guide
1.9.2 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: avery-clinicalimpression-20250408 - 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:ClinicalImpression ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "avery-clinicalimpression-20250408"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.apps.health/StructureDefinition/polaris-clinicalimpression"^^xsd:anyURI ;
fhir:link <https://fhir.apps.health/StructureDefinition/polaris-clinicalimpression>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>ClinicalImpression for acute symptomatic anemia in Avery Linwood on April 8 2025. Hemoglobin measured at 68 g/L, iron therapy initiated by Dr Emil Navarro.</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-clinicalimpression-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CI-AVERY-20250408" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:description [ fhir:v "Assessment: Patient presents with acute symptomatic anemia (hemoglobin 68 g/L) following new-onset dizziness and fatigue. Iron therapy prescribed (ferrous sulfate 325 mg daily) and follow-up assessment scheduled in two weeks."] ; # 
  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-01rc" ]     ] ;
fhir:display [ fhir:v "Annual wellness visit for Avery Linwood on April 8 2025" ]
  ] ; # 
  fhir:date [ fhir:v "2025-04-08T09:50:00-06:00"^^xsd:dateTime] ; # 
  fhir:assessor [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NAVARRO-PRAC-001" ]     ] ;
fhir:display [ fhir:v "Dr. Emil Navarro" ]
  ] . #