This page is part of the HRSA Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+ or uds-plus) FHIR IG (v1.0.1: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Uds Plus Income Observation Example using Quantity - 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 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 "de-identified-income-with-quantity-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/de-identified-uds-plus-income-observation"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/de-identified-uds-plus-income-observation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"de-identified-income-with-quantity-example\"> </a></p><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\">Resource Observation "de-identified-income-with-quantity-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-de-identified-uds-plus-income-observation.html\">De-Identified UDS Plus Income</a></p></div><p><b>status</b>: final</p><p><b>code</b>: 63058-2 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#63058-2)</span></p><p><b>subject</b>: <a href=\"Patient-de-identified-example.html\">Patient/de-identified-example</a></p><p><b>effective</b>: 2018</p><p><b>value</b>: >200 percent<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code % = '%')</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:63058-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "63058-2" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/de-identified-example" ]
] ; #
fhir:effective [ fhir:v "2018"^^xsd:gYear] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "200"^^xsd:decimal ] ;
fhir:comparator [ fhir:v ">" ] ;
fhir:unit [ fhir:v "percent" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ]
] . #