Hero

Australian CVD Risk Calculator
Iteration3 - ci-build Australia flag

Australian CVD Risk Calculator - Local Development build (vIteration3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CVDRisk-DS-6-HbA1C-IFCC - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CVDRisk-DS-6-HbA1C-IFCC"] ; # 
  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: Observation CVDRisk-DS-6-HbA1C-IFCC</b></p><a name=\"CVDRisk-DS-6-HbA1C-IFCC\"> </a><a name=\"hcCVDRisk-DS-6-HbA1C-IFCC\"> </a><a name=\"CVDRisk-DS-6-HbA1C-IFCC-en-AU\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 59261-8}\">Hemoglobin A1c/Hemoglobin.total in Blood by IFCC protocol</span></p><p><b>subject</b>: <a href=\"Patient-CVDRisk-DS-6-Patient.html\">Diabetes-specific Patient 6 AusCVDRisk(official) Male, DoB: 1952-10-01 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647253)</a></p><p><b>effective</b>: 2024-06-30</p><p><b>value</b>: 55.0 mmol/mol<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/mol = 'mmol/mol')</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:59261-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "59261-8" ] ;
fhir:display [ fhir:v "Hemoglobin A1c/Hemoglobin.total in Blood by IFCC protocol" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/CVDRisk-DS-6-Patient" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2024-06-30"^^xsd:date
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 55.0 ] ;
fhir:unit [ fhir:v "mmol/mol" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/mol" ]
  ] . #