CardX Hypertension Management, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CardX-HTN-MNG/ and changes regularly. See the Directory of published versions
: SMBP-Associated-HeartRate-example - 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 "SMBP-Associated-HeartRate-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/smbp-associated-heart-rate"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/smbp-associated-heart-rate> ] )
] ; #
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 SMBP-Associated-HeartRate-example</b></p><a name=\"SMBP-Associated-HeartRate-example\"> </a><a name=\"hcSMBP-Associated-HeartRate-example\"> </a><a name=\"SMBP-Associated-HeartRate-example-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8867-4}\">Heart rate</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-Sally-Sue.html\">Sally V. Sue Female, DoB: 1954-02-20 ( Medical Record Number: 1032702 (use: usual, ))</a></p><p><b>effective</b>: 2023-03-01 08:00:00-0900</p><p><b>issued</b>: 2023-03-01 08:10:00-0900</p><p><b>performer</b>: <a href=\"Patient-patient-example-Sally-Sue.html\">Sally V. Sue Female, DoB: 1954-02-20 ( Medical Record Number: 1032702 (use: usual, ))</a></p><p><b>value</b>: 74 '/min'<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code/min = '/min')</span></p><p><b>device</b>: <a href=\"Device-example-smbp-device.html\">Device: manufacturer = OMRONHEALTHCARE; serialNumber = 20150200002A; modelNumber = HEM-9200T</a></p></div>"
] ; #
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 "vital-signs" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:8867-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8867-4" ] ] ) ;
fhir:text [ fhir:v "Heart rate" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-Sally-Sue" ]
] ; #
fhir:effective [ fhir:v "2023-03-01T08:00:00-09:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2023-03-01T08:10:00-09:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/patient-example-Sally-Sue" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "74"^^xsd:decimal ] ;
fhir:unit [ fhir:v "'/min'" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "/min" ]
] ; #
fhir:device [
fhir:reference [ fhir:v "Device/example-smbp-device" ]
] . #