DiagnosticsThis is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
| Responsible Owner: Orders and Observations Work Group | Standards Status: Informative | Compartments: Device, Encounter, Group, Patient, Practitioner, RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Compound Numeric Blood Pressure Measurement
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/compound-numeric-blood-pressure> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "compound-numeric-blood-pressure"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://hl7.org/fhir/StructureDefinition/bp"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/bp>
] )
] ; #
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 "vital-signs" ]
] ) ;
fhir:text [ fhir:v "Vital Signs" ]
] ) ; #
fhir:code [
fhir:coding ( [
fhir:system [
fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:11073:10101>
] ;
fhir:code [ fhir:v "150020" ] ;
fhir:display [ fhir:v "MDC_PRESS_BLD_NONINV" ]
] [
a loinc:85354-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>
] ;
fhir:code [ fhir:v "85354-9" ]
] ) ;
fhir:text [ fhir:v "Blood pressure" ]
] ; #
fhir:subject [
fhir:l <http://hl7.org/fhir/Patient/patientExample-1> ;
fhir:reference [ fhir:v "Patient/patientExample-1" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2018-11-11T11:38:15-05:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:l <http://hl7.org/fhir/Patient/patientExample-1> ;
fhir:reference [ fhir:v "Patient/patientExample-1" ]
] ) ; #
fhir:device [
fhir:l <http://hl7.org/fhir/Device/phd-711000FEFF5F49B0.B0495F001071> ;
fhir:reference [ fhir:v "Device/phd-711000FEFF5F49B0.B0495F001071" ]
] ; #
fhir:component ( [
fhir:code [
fhir:coding ( [
fhir:system [
fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:11073:10101>
] ;
fhir:code [ fhir:v "150021" ] ;
fhir:display [ fhir:v "MDC_PRESS_BLD_NONINV_SYS" ]
] [
a loinc:8480-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>
] ;
fhir:code [ fhir:v "8480-6" ]
] ) ;
fhir:text [ fhir:v "Systolic blood pressure" ]
] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "116"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>
] ;
fhir:code [ fhir:v "mm[Hg]" ]
]
] [
fhir:code [
fhir:coding ( [
fhir:system [
fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:11073:10101>
] ;
fhir:code [ fhir:v "150022" ] ;
fhir:display [ fhir:v "MDC_PRESS_BLD_NONINV_DIA" ]
] [
a loinc:8462-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>
] ;
fhir:code [ fhir:v "8462-4" ]
] ) ;
fhir:text [ fhir:v "Diastolic blood pressure" ]
] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "71"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>
] ;
fhir:code [ fhir:v "mm[Hg]" ]
]
] [
fhir:code [
fhir:coding ( [
fhir:system [
fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:11073:10101>
] ;
fhir:code [ fhir:v "150023" ] ;
fhir:display [ fhir:v "MDC_PRESS_BLD_NONINV_MEAN" ]
] ) ;
fhir:text [ fhir:v "Mean blood pressure" ]
] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "86"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>
] ;
fhir:code [ fhir:v "mm[Hg]" ]
]
] ) . #
<http://hl7.org/fhir/Patient/patientExample-1> a fhir:Patient .
<http://hl7.org/fhir/Device/phd-711000FEFF5F49B0.B0495F001071> a fhir:Device .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot4 generated on Wed, Jun 10, 2026 18:12+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R5 |
Compare to Last Ballot |
|
Propose a change