Clinibus FHIR specification - Local Development build (v0.1.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: HbA1c example - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-HbA1c"] ; #
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 example-HbA1c</b></p><a name=\"example-HbA1c\"> </a><a name=\"hcexample-HbA1c\"> </a><a name=\"example-HbA1c-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{LOINC 4548-4}\">Hemoglobin A1c/Hemoglobin.total in Blood</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Matti Mallikas Male, DoB: 1962-05-03 ( Social Security Number: 030562-9952)</a></p><p><b>value</b>: 6.5 %</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "LOINC"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4548-4" ] ;
fhir:display [ fhir:v "Hemoglobin A1c/Hemoglobin.total in Blood" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-patient" ]
] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "6.5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ]
] . #