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-TotalChol - 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-TotalChol"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path> ] )
] ; #
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-TotalChol</b></p><a name=\"CVDRisk-DS-6-TotalChol\"> </a><a name=\"hcCVDRisk-DS-6-TotalChol\"> </a><a name=\"CVDRisk-DS-6-TotalChol-en-AU\"> </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=\"http://hl7.org.au/fhir/core/1.0.0/StructureDefinition-au-core-diagnosticresult-path.html\">AU Core Pathology Result Observation</a></p></div><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 14647-2}\">Cholesterol [Moles/volume] in Serum or Plasma</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>: 4.5 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</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:14647-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "14647-2" ] ;
fhir:display [ fhir:v "Cholesterol [Moles/volume] in Serum or Plasma" ] ] )
] ; #
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 4.5 ] ;
fhir:unit [ fhir:v "mmol/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]
] . #