Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-psa-result"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.tiro.health/StructureDefinition/LabResult"^^xsd:anyURI ;
fhir:l <http://fhir.tiro.health/StructureDefinition/LabResult> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-psa-result</b></p><a name=\"example-psa-result\"> </a><a name=\"hcexample-psa-result\"> </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=\"StructureDefinition-LabResult.html\">Laboratory Analyte Result</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://snomed.info/sct 63476009}\">Prostate specific antigen measurement</span></p><p><b>effective</b>: 2026-05-16 08:23:00+0200</p><p><b>issued</b>: 2026-05-16 11:05:00+0200</p><p><b>value</b>: 4.2 ng/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeng/mL = 'ng/mL')</span></p><p><b>note</b>: </p><blockquote><div><p>Sample slightly haemolysed; result interpreted with caution.</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 726449005}\">Immunoassay technique</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td><div><p><4.0 ng/mL for males over 50</p>\n</div></td></tr></table></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:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:63476009 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "63476009" ] ;
fhir:display [ fhir:v "Prostate specific antigen measurement" ] ] )
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2026-05-16T08:23:00+02:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2026-05-16T11:05:00+02:00"^^xsd:dateTime] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 4.2 ] ;
fhir:unit [ fhir:v "ng/mL" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "ng/mL" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Sample slightly haemolysed; result interpreted with caution." ]
] ) ; #
fhir:method [
( fhir:coding [
a sct:726449005 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "726449005" ] ;
fhir:display [ fhir:v "Immunoassay technique" ] ] )
] ; #
fhir:referenceRange ( [
fhir:text [ fhir:v "<4.0 ng/mL for males over 50" ]
] ) . #
IG © 2023+ Tiro.health. Package tiro-health-fhir#0.1.0 based on FHIR 5.0.0. Generated 2026-06-09
Links: Table of Contents |
QA Report
|
Version History
|
|
Propose a change