Vital Signs with Qualifying Elements
2.0.0 - ci-build International flag

Vital Signs with Qualifying Elements, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 2.0.0). This version is based on the current content of https://github.com/HL7/cimi-vital-signs/ and changes regularly. See the Directory of published versions

Resource Profile: Blood Pressure Panel

Official URL: http://hl7.org/fhir/us/vitals/StructureDefinition/blood-pressure-panel Version: 2.0.0
Draft as of 2023-07-18 Computable Name: BloodPressurePanel

Copyright/Legal: Logica Health, all rights reserved Creative Commons License

Blood Pressure Panel; a grouping of systolic, diastolic, and mean arterial blood pressure components.

Scope

The Blood Pressure Panel profile contains three observations, systolic, diastolic, and mean arterial blood pressure. These are slices of the component element (Observation.component) and the value (Observation.value) has been constrained out (cardinality set to 0). Systolic and Diastolic blood pressures are commonly stored together as a “blood pressure”. There are times when a mean arterial pressure needs to be stored also, so it was included. The only required observation of the three is Systolic BP. By doing so the panel may be used to record any combination of Systolic + Diastolic, Systolic only, or all three. This negates the need to create individual FHIR profiles for any of the three.

About the extensions

In addition, This profile contains the following qualifying observations (extensions) with associated SNOMED CT value sets:

Body Position - This is used to capture an individual’s body position while taking a blood pressure. Usually “sitting”.

Exercise Association - This is used to capture an individual’s exercise status while taking blood pressure. Usually “at rest”.

Measurement Setting - This is used to capture the location (not body site) where the measurement(s) took place; At home, hospital, clinic, etc.

Sleep Status - This is used to capture whether or not the measurement was taken while the subject was asleep or awake.

Observation.device

This profile references a Blood Pressure Device profile of the Device resource in Observation.device. The Blood Pressure Device profile is designed to be used specifically for blood pressure observations and includes an extension for Blood Pressure Cuff Size.

About Mean Arterial Pressure

Mean Arterial Pressure is a calculated observation based on the Systolic and Diastolic blood pressure measurements and is defined as the average pressure in an individual’s arteries during one cardiac cycle. It is not an average of several measurements.

Its formula is (SystolicBP + 2(DiastolicBP)) divided by 3; (SBP + 2(DBP))/3. There are times when this needs to be known so it is included as an optional component in this panel.

Example

The following examples are provided to illustrate conformant resource content to this profile.

Use Cases

1. Blood pressure taken while in a lying position

FHIR path and element binding Text Description Code Terminology
Observation.code Blood Pressure Panel with all children optional 85354-9 LOINC
Observation.component.code Systolic Blood Pressure 8480-6 LOINC
Observation.component.code Diastolic BloodPressure Meas 8462-4 LOINC
Body Position extension bindings and values
Observation.extension(bodyPositionExt) mapping Body position with respect to gravity 8361-8 LOINC
Observation.extension(bodyPositionExt).value Supine body position (finding) 40199007 SNOMED CT

2. Blood Pressure taken with an adult size cuff via left brachial artery

FHIR path and element binding Text Description Code Terminology
Observation.code Blood Pressure Panel with all children optional 85354-9 LOINC
Observation.component.code Systolic blood pressure 8480-6 LOINC
Cuff size value
Observation.device.extension(BloodPressureCuffSize).value Blood pressure cuff, adult size (physical object) 720737000 SNOMED CT
Body Site bindings and value
Observation.bodySite Body location qualifier 39112-8 LOINC
bodySite.value Structure of left brachial artery (body structure) 723961002 SNOMED CT

Value sets

Value Set Purpose
Body Position value set This value set contains concepts used to result the patient's body position, referencing the SNOMED Code 397155001 Body position (observable entity) and the LOINC term "Body position with respect to gravity" 8361-8. This is used in the BodyPositionExt extension.
Blood Pressure Device Type value set This value set contains concepts used to result the type of device used to measure a body blood pressure, referencing the SNOMED Code 23591000205102 “Blood pressure device type (observable entity)" and the LOINC term “Type of Blood pressure device” 41901-0. This is used in the observation-deviceCode extension.
Blood Pressure Measurement Site value set This value set contains a constrained list body location values used to result the body location where a blood pressure was measured, referencing the SNOMED Code 2281000205100 “Blood pressure measurement site (observable entity)” and the LOINC term "Blood pressure measurement site", 41904-4. This is used in the bodySite backbone element.
Blood Pressure Method value set This value set contains concepts used to result the method used for a blood pressure measurement, referencing the SNOMED Code 2291000205103 “Blood pressure method (observable entity)” and the LOINC term "Blood pressure method" 8357-6. This is used in the method backbone element.
Exertion Phase value Set The purpose of the value set is to document exercise associated with a measurement. Resulting LOINC code 74008-4 "Exercise intensity". This is used in the ExerciseAssociationExt extension.
Sleep Status value set This value set contains values used to indicate the state of wakefulness during measurement. This is used in the SleepStatusExt extension.
Measurement Setting value set This value set is used to result the Measurement Setting extension.

Mandatory and Must Support Data Elements

Each resource must have

  • Observation.category (fixed to Vital Signs category)
  • Observation.code (fixed to LOINC code 85354-9)
  • Observation.subject
  • Observation.effective
  • Observation.component (Systolic Blood Pressure, LOINC 8480-6)
  • Observation.status

Each resource must support

  • Body Position extension
  • Exercise Association extension
  • Observation.device (reference to Blood Pressure Device profile)
  • Sleep Status extension
  • Measurement Setting extension
  • all components, including component.code and component.valueQuantity (value, unit, system, and code)

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Observation

NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation 0..*ObservationMeasurements and simple assertions
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... bodyPosition S0..1CodeableConceptBody Position
URL: http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
.... value[x] 1..1CodeableConceptValue of extension
Binding: Body Position value set (extensible)
... sleepStatus S0..1CodeableConceptSleep Status
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/SleepStatusExt
Binding: Sleep Status value set (extensible)
... MeasurementSetting S0..1CodeableConceptMeasurement setting
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt
Binding: Measurement Setting value set (extensible)
... status S1..1coderegistered | preliminary | final | amended +
... category
.... coding
..... system 0..1uriIdentity of the terminology system
Required Pattern: http://terminology.hl7.org/CodeSystem/observation-category
..... code 0..1codeSymbol in syntax defined by the system
Required Pattern: vital-signs
... code 1..1CodeableConceptBlood pressure panel with all children optional
Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 85354-9
... subject S1..1Reference(Patient)Who and/or what the observation is about
... effective[x] S1..1dateTime, Period, Timing, instantClinically relevant time/time-period for observation
... value[x] 0..0
... interpretation 0..1CodeableConceptHigh, low, normal, etc.
Binding: Numeric Result Interpretation value set (extensible)
... bodySite S0..1CodeableConceptObserved body part
Binding: Blood Pressure Measurement Body Location Precoordinated value set (extensible): A set of codes that describe where on/in the body an observation or procedure took place

... method S0..1CodeableConceptHow it was done
Binding: Blood Pressure Measurement Method value set (extensible): A set of codes that describe the method used to measure a blood pressure

... specimen 0..0
... device S0..1Reference(Blood Pressure Device)Blood Pressure Device
... Slices for component S1..*BackboneElementBlood pressure components
Slice: Unordered, Open by value:code
.... component:SystolicBP 1..1BackboneElementSystolic Blood Pressure
..... code S1..1CodeableConceptSystolic blood pressure
Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8480-6
..... value[x] S0..1QuantityActual component result
...... value S1..1decimalNumerical value (with implicit precision)
...... unit S1..1stringUnit representation
...... system S1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code S1..1codeCoded form of the unit
Fixed Value: mm[Hg]
.... component:DiastolicBP 0..1BackboneElementDiastolic Blood Pressure
..... code S1..1CodeableConceptDiastolic blood pressure
Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8462-4
..... value[x] S0..1QuantityActual component result
...... value S1..1decimalNumerical value (with implicit precision)
...... unit S1..1stringUnit representation
...... system S1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code S1..1codeCoded form of the unit
Fixed Value: mm[Hg]
.... component:MeanArterialBP S0..1BackboneElementMean Arterial Blood Pressure
..... code S1..1CodeableConceptMean blood pressure
Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8478-0
..... value[x] S0..1QuantityActual component result
...... value S1..1decimalNumerical value (with implicit precision)
...... unit S1..1stringUnit representation
...... system S1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code S1..1codeCoded form of the unit
Fixed Value: mm[Hg]

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Observation.extension:bodyPosition.value[x]extensibleBodyPositionvalueset
Observation.interpretationextensibleNumericResultInterpretationNom
Observation.bodySiteextensibleBloodPressureMeasurementBodyLocationPrecoodinated
Observation.methodextensibleBloodPressureMeasurementMethodvalueset
NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation C0..*ObservationMeasurements and simple assertions
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... bodyPosition S0..1CodeableConceptBody Position
URL: http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
.... extension 0..0
.... url 1..1uri"http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"
.... value[x] 1..1CodeableConceptValue of extension
Binding: Body Position value set (extensible)
... exerciseAssociation S0..1CodeableConceptExercise Association
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/ExerciseAssociationExt
Binding: Exertion Phase value set (extensible)
... MeasurementSetting S0..1CodeableConceptMeasurement setting
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt
Binding: Measurement Setting value set (extensible)
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!SΣ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): Codes providing the status of an observation.

... code Σ1..1CodeableConceptBlood pressure panel with all children optional
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 85354-9
... subject SΣ1..1Reference(Patient)Who and/or what the observation is about
... effective[x] SΣ1..1Clinically relevant time/time-period for observation
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
.... effectiveTimingTiming
.... effectiveInstantinstant
... interpretation 0..1CodeableConceptHigh, low, normal, etc.
Binding: Numeric Result Interpretation value set (extensible)
... bodySite S0..1CodeableConceptObserved body part
Binding: Blood Pressure Measurement Body Location Precoordinated value set (extensible): A set of codes that describe where on/in the body an observation or procedure took place

... method S0..1CodeableConceptHow it was done
Binding: Blood Pressure Measurement Method value set (extensible): A set of codes that describe the method used to measure a blood pressure

... device S0..1Reference(Blood Pressure Device)Blood Pressure Device
... Slices for component SΣ1..*BackboneElementBlood pressure components
Slice: Unordered, Open by value:code
.... component:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code Σ1..1CodeableConceptType of component observation (code / type)
Binding: LOINCCodes (example): Codes identifying names of simple observations.

.... component:SystolicBP Σ1..1BackboneElementSystolic Blood Pressure
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptSystolic blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8480-6
..... value[x] SΣ0..1QuantityActual component result
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]
.... component:DiastolicBP Σ0..1BackboneElementDiastolic Blood Pressure
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptDiastolic blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8462-4
..... value[x] SΣ0..1QuantityActual component result
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]
.... component:MeanArterialBP SΣ0..1BackboneElementMean Arterial Blood Pressure
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptMean blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8478-0
..... value[x] SΣ0..1QuantityActual component result
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Observation.extension:bodyPosition.value[x]extensibleBodyPositionvalueset
Observation.statusrequiredObservationStatus
Observation.codeexamplePattern: LOINC code 85354-9
Observation.interpretationextensibleNumericResultInterpretationNom
Observation.bodySiteextensibleBloodPressureMeasurementBodyLocationPrecoodinated
Observation.methodextensibleBloodPressureMeasurementMethodvalueset
Observation.component.codeexampleLOINCCodes (a valid code from LOINC)
Observation.component:SystolicBP.codeexamplePattern: LOINC code 8480-6
Observation.component:SystolicBP.value[x].comparatorrequiredQuantityComparator
Observation.component:DiastolicBP.codeexamplePattern: LOINC code 8462-4
Observation.component:DiastolicBP.value[x].comparatorrequiredQuantityComparator
Observation.component:MeanArterialBP.codeexamplePattern: LOINC code 8478-0
Observation.component:MeanArterialBP.value[x].comparatorrequiredQuantityComparator
NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation C0..*ObservationMeasurements and simple assertions
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... bodyPosition S0..1CodeableConceptBody Position
URL: http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"
.... value[x] 1..1CodeableConceptValue of extension
Binding: Body Position value set (extensible)
... sleepStatus S0..1CodeableConceptSleep Status
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/SleepStatusExt
Binding: Sleep Status value set (extensible)
... exerciseAssociation S0..1CodeableConceptExercise Association
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/ExerciseAssociationExt
Binding: Exertion Phase value set (extensible)
... MeasurementSetting S0..1CodeableConceptMeasurement setting
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt
Binding: Measurement Setting value set (extensible)
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness Identifier for observation
... basedOn Σ0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)Fulfills plan, proposal or order
... partOf Σ0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)Part of referenced event
... status ?!SΣ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): Codes providing the status of an observation.

... category 0..*CodeableConceptClassification of type of observation
Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories.


.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ0..*CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ0..1uriIdentity of the terminology system
Required Pattern: http://terminology.hl7.org/CodeSystem/observation-category
..... version Σ0..1stringVersion of the system - if relevant
..... code Σ0..1codeSymbol in syntax defined by the system
Required Pattern: vital-signs
..... display Σ0..1stringRepresentation defined by the system
..... userSelected Σ0..1booleanIf this coding was chosen directly by the user
.... text Σ0..1stringPlain text representation of the concept
... code Σ1..1CodeableConceptBlood pressure panel with all children optional
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
.... id0..1stringUnique id for inter-element referencing
.... extension0..*ExtensionAdditional content defined by implementations
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... id0..1stringUnique id for inter-element referencing
..... extension0..*ExtensionAdditional content defined by implementations
..... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
..... version0..1stringVersion of the system - if relevant
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 85354-9
..... display0..1stringRepresentation defined by the system
..... userSelected0..1booleanIf this coding was chosen directly by the user
.... text0..1stringPlain text representation of the concept
... subject SΣ1..1Reference(Patient)Who and/or what the observation is about
... focus ΣTU0..*Reference(Resource)What the observation is about, when it is not about the subject of record
... encounter Σ0..1Reference(Encounter)Healthcare event during which this observation is made
... effective[x] SΣ1..1Clinically relevant time/time-period for observation
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
.... effectiveTimingTiming
.... effectiveInstantinstant
... issued Σ0..1instantDate/Time this version was made available
... performer Σ0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)Who is responsible for the observation
... dataAbsentReason C0..1CodeableConceptWhy the result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

... interpretation 0..1CodeableConceptHigh, low, normal, etc.
Binding: Numeric Result Interpretation value set (extensible)
... note 0..*AnnotationComments about the observation
... bodySite S0..1CodeableConceptObserved body part
Binding: Blood Pressure Measurement Body Location Precoordinated value set (extensible): A set of codes that describe where on/in the body an observation or procedure took place

... method S0..1CodeableConceptHow it was done
Binding: Blood Pressure Measurement Method value set (extensible): A set of codes that describe the method used to measure a blood pressure

... device S0..1Reference(Blood Pressure Device)Blood Pressure Device
... referenceRange C0..*BackboneElementProvides guide for interpretation
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... low C0..1SimpleQuantityLow Range, if relevant
.... high C0..1SimpleQuantityHigh Range, if relevant
.... type 0..1CodeableConceptReference range qualifier
Binding: ObservationReferenceRangeMeaningCodes (preferred): Code for the meaning of a reference range.

.... appliesTo 0..*CodeableConceptReference range population
Binding: ObservationReferenceRangeAppliesToCodes (example): Codes identifying the population the reference range applies to.


.... age 0..1RangeApplicable age range, if relevant
.... text 0..1stringText based reference range in an observation
... hasMember Σ0..*Reference(Observation | QuestionnaireResponse | MolecularSequence)Related resource that belongs to the Observation group
... derivedFrom Σ0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)Related measurements the observation is made from
... Slices for component SΣ1..*BackboneElementBlood pressure components
Slice: Unordered, Open by value:code
.... component:All Slices Content/Rules for all slices
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code Σ1..1CodeableConceptType of component observation (code / type)
Binding: LOINCCodes (example): Codes identifying names of simple observations.

..... value[x] Σ0..1Actual component result
...... valueQuantityQuantity
...... valueCodeableConceptCodeableConcept
...... valueStringstring
...... valueBooleanboolean
...... valueIntegerinteger
...... valueRangeRange
...... valueRatioRatio
...... valueSampledDataSampledData
...... valueTimetime
...... valueDateTimedateTime
...... valuePeriodPeriod
..... dataAbsentReason C0..1CodeableConceptWhy the component result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

..... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


..... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result
.... component:SystolicBP Σ1..1BackboneElementSystolic Blood Pressure
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptSystolic blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... id0..1stringUnique id for inter-element referencing
...... extension0..*ExtensionAdditional content defined by implementations
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... id0..1stringUnique id for inter-element referencing
....... extension0..*ExtensionAdditional content defined by implementations
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... version0..1stringVersion of the system - if relevant
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8480-6
....... display0..1stringRepresentation defined by the system
....... userSelected0..1booleanIf this coding was chosen directly by the user
...... text0..1stringPlain text representation of the concept
..... value[x] SΣ0..1QuantityActual component result
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]
..... dataAbsentReason C0..1CodeableConceptWhy the component result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

..... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


..... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result
.... component:DiastolicBP Σ0..1BackboneElementDiastolic Blood Pressure
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptDiastolic blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... id0..1stringUnique id for inter-element referencing
...... extension0..*ExtensionAdditional content defined by implementations
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... id0..1stringUnique id for inter-element referencing
....... extension0..*ExtensionAdditional content defined by implementations
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... version0..1stringVersion of the system - if relevant
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8462-4
....... display0..1stringRepresentation defined by the system
....... userSelected0..1booleanIf this coding was chosen directly by the user
...... text0..1stringPlain text representation of the concept
..... value[x] SΣ0..1QuantityActual component result
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]
..... dataAbsentReason C0..1CodeableConceptWhy the component result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

..... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


..... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result
.... component:MeanArterialBP SΣ0..1BackboneElementMean Arterial Blood Pressure
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptMean blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... id0..1stringUnique id for inter-element referencing
...... extension0..*ExtensionAdditional content defined by implementations
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... id0..1stringUnique id for inter-element referencing
....... extension0..*ExtensionAdditional content defined by implementations
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... version0..1stringVersion of the system - if relevant
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8478-0
....... display0..1stringRepresentation defined by the system
....... userSelected0..1booleanIf this coding was chosen directly by the user
...... text0..1stringPlain text representation of the concept
..... value[x] SΣ0..1QuantityActual component result
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]
..... dataAbsentReason C0..1CodeableConceptWhy the component result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

..... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


..... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Observation.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Observation.extension:bodyPosition.value[x]extensibleBodyPositionvalueset
Observation.statusrequiredObservationStatus
Observation.categorypreferredObservationCategoryCodes
Observation.codeexamplePattern: LOINC code 85354-9
Observation.dataAbsentReasonextensibleDataAbsentReason
Observation.interpretationextensibleNumericResultInterpretationNom
Observation.bodySiteextensibleBloodPressureMeasurementBodyLocationPrecoodinated
Observation.methodextensibleBloodPressureMeasurementMethodvalueset
Observation.referenceRange.typepreferredObservationReferenceRangeMeaningCodes
Observation.referenceRange.appliesToexampleObservationReferenceRangeAppliesToCodes
Observation.component.codeexampleLOINCCodes (a valid code from LOINC)
Observation.component.dataAbsentReasonextensibleDataAbsentReason
Observation.component.interpretationextensibleObservationInterpretationCodes
Observation.component:SystolicBP.codeexamplePattern: LOINC code 8480-6
Observation.component:SystolicBP.value[x].comparatorrequiredQuantityComparator
Observation.component:SystolicBP.dataAbsentReasonextensibleDataAbsentReason
Observation.component:SystolicBP.interpretationextensibleObservationInterpretationCodes
Observation.component:DiastolicBP.codeexamplePattern: LOINC code 8462-4
Observation.component:DiastolicBP.value[x].comparatorrequiredQuantityComparator
Observation.component:DiastolicBP.dataAbsentReasonextensibleDataAbsentReason
Observation.component:DiastolicBP.interpretationextensibleObservationInterpretationCodes
Observation.component:MeanArterialBP.codeexamplePattern: LOINC code 8478-0
Observation.component:MeanArterialBP.value[x].comparatorrequiredQuantityComparator
Observation.component:MeanArterialBP.dataAbsentReasonextensibleDataAbsentReason
Observation.component:MeanArterialBP.interpretationextensibleObservationInterpretationCodes

This structure is derived from Observation

Summary

Mandatory: 4 elements (12 nested mandatory elements)
Must-Support: 30 elements
Fixed Value: 6 elements
Prohibited: 2 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element Observation.component is sliced based on the value of value:code

Differential View

This structure is derived from Observation

NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation 0..*ObservationMeasurements and simple assertions
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... bodyPosition S0..1CodeableConceptBody Position
URL: http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
.... value[x] 1..1CodeableConceptValue of extension
Binding: Body Position value set (extensible)
... sleepStatus S0..1CodeableConceptSleep Status
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/SleepStatusExt
Binding: Sleep Status value set (extensible)
... MeasurementSetting S0..1CodeableConceptMeasurement setting
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt
Binding: Measurement Setting value set (extensible)
... status S1..1coderegistered | preliminary | final | amended +
... category
.... coding
..... system 0..1uriIdentity of the terminology system
Required Pattern: http://terminology.hl7.org/CodeSystem/observation-category
..... code 0..1codeSymbol in syntax defined by the system
Required Pattern: vital-signs
... code 1..1CodeableConceptBlood pressure panel with all children optional
Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 85354-9
... subject S1..1Reference(Patient)Who and/or what the observation is about
... effective[x] S1..1dateTime, Period, Timing, instantClinically relevant time/time-period for observation
... value[x] 0..0
... interpretation 0..1CodeableConceptHigh, low, normal, etc.
Binding: Numeric Result Interpretation value set (extensible)
... bodySite S0..1CodeableConceptObserved body part
Binding: Blood Pressure Measurement Body Location Precoordinated value set (extensible): A set of codes that describe where on/in the body an observation or procedure took place

... method S0..1CodeableConceptHow it was done
Binding: Blood Pressure Measurement Method value set (extensible): A set of codes that describe the method used to measure a blood pressure

... specimen 0..0
... device S0..1Reference(Blood Pressure Device)Blood Pressure Device
... Slices for component S1..*BackboneElementBlood pressure components
Slice: Unordered, Open by value:code
.... component:SystolicBP 1..1BackboneElementSystolic Blood Pressure
..... code S1..1CodeableConceptSystolic blood pressure
Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8480-6
..... value[x] S0..1QuantityActual component result
...... value S1..1decimalNumerical value (with implicit precision)
...... unit S1..1stringUnit representation
...... system S1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code S1..1codeCoded form of the unit
Fixed Value: mm[Hg]
.... component:DiastolicBP 0..1BackboneElementDiastolic Blood Pressure
..... code S1..1CodeableConceptDiastolic blood pressure
Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8462-4
..... value[x] S0..1QuantityActual component result
...... value S1..1decimalNumerical value (with implicit precision)
...... unit S1..1stringUnit representation
...... system S1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code S1..1codeCoded form of the unit
Fixed Value: mm[Hg]
.... component:MeanArterialBP S0..1BackboneElementMean Arterial Blood Pressure
..... code S1..1CodeableConceptMean blood pressure
Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8478-0
..... value[x] S0..1QuantityActual component result
...... value S1..1decimalNumerical value (with implicit precision)
...... unit S1..1stringUnit representation
...... system S1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code S1..1codeCoded form of the unit
Fixed Value: mm[Hg]

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Observation.extension:bodyPosition.value[x]extensibleBodyPositionvalueset
Observation.interpretationextensibleNumericResultInterpretationNom
Observation.bodySiteextensibleBloodPressureMeasurementBodyLocationPrecoodinated
Observation.methodextensibleBloodPressureMeasurementMethodvalueset

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation C0..*ObservationMeasurements and simple assertions
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... bodyPosition S0..1CodeableConceptBody Position
URL: http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
.... extension 0..0
.... url 1..1uri"http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"
.... value[x] 1..1CodeableConceptValue of extension
Binding: Body Position value set (extensible)
... exerciseAssociation S0..1CodeableConceptExercise Association
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/ExerciseAssociationExt
Binding: Exertion Phase value set (extensible)
... MeasurementSetting S0..1CodeableConceptMeasurement setting
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt
Binding: Measurement Setting value set (extensible)
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!SΣ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): Codes providing the status of an observation.

... code Σ1..1CodeableConceptBlood pressure panel with all children optional
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 85354-9
... subject SΣ1..1Reference(Patient)Who and/or what the observation is about
... effective[x] SΣ1..1Clinically relevant time/time-period for observation
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
.... effectiveTimingTiming
.... effectiveInstantinstant
... interpretation 0..1CodeableConceptHigh, low, normal, etc.
Binding: Numeric Result Interpretation value set (extensible)
... bodySite S0..1CodeableConceptObserved body part
Binding: Blood Pressure Measurement Body Location Precoordinated value set (extensible): A set of codes that describe where on/in the body an observation or procedure took place

... method S0..1CodeableConceptHow it was done
Binding: Blood Pressure Measurement Method value set (extensible): A set of codes that describe the method used to measure a blood pressure

... device S0..1Reference(Blood Pressure Device)Blood Pressure Device
... Slices for component SΣ1..*BackboneElementBlood pressure components
Slice: Unordered, Open by value:code
.... component:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code Σ1..1CodeableConceptType of component observation (code / type)
Binding: LOINCCodes (example): Codes identifying names of simple observations.

.... component:SystolicBP Σ1..1BackboneElementSystolic Blood Pressure
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptSystolic blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8480-6
..... value[x] SΣ0..1QuantityActual component result
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]
.... component:DiastolicBP Σ0..1BackboneElementDiastolic Blood Pressure
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptDiastolic blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8462-4
..... value[x] SΣ0..1QuantityActual component result
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]
.... component:MeanArterialBP SΣ0..1BackboneElementMean Arterial Blood Pressure
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptMean blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8478-0
..... value[x] SΣ0..1QuantityActual component result
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Observation.extension:bodyPosition.value[x]extensibleBodyPositionvalueset
Observation.statusrequiredObservationStatus
Observation.codeexamplePattern: LOINC code 85354-9
Observation.interpretationextensibleNumericResultInterpretationNom
Observation.bodySiteextensibleBloodPressureMeasurementBodyLocationPrecoodinated
Observation.methodextensibleBloodPressureMeasurementMethodvalueset
Observation.component.codeexampleLOINCCodes (a valid code from LOINC)
Observation.component:SystolicBP.codeexamplePattern: LOINC code 8480-6
Observation.component:SystolicBP.value[x].comparatorrequiredQuantityComparator
Observation.component:DiastolicBP.codeexamplePattern: LOINC code 8462-4
Observation.component:DiastolicBP.value[x].comparatorrequiredQuantityComparator
Observation.component:MeanArterialBP.codeexamplePattern: LOINC code 8478-0
Observation.component:MeanArterialBP.value[x].comparatorrequiredQuantityComparator

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Observation C0..*ObservationMeasurements and simple assertions
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... bodyPosition S0..1CodeableConceptBody Position
URL: http://hl7.org/fhir/StructureDefinition/observation-bodyPosition
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..0
.... url 1..1uri"http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"
.... value[x] 1..1CodeableConceptValue of extension
Binding: Body Position value set (extensible)
... sleepStatus S0..1CodeableConceptSleep Status
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/SleepStatusExt
Binding: Sleep Status value set (extensible)
... exerciseAssociation S0..1CodeableConceptExercise Association
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/ExerciseAssociationExt
Binding: Exertion Phase value set (extensible)
... MeasurementSetting S0..1CodeableConceptMeasurement setting
URL: http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt
Binding: Measurement Setting value set (extensible)
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness Identifier for observation
... basedOn Σ0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)Fulfills plan, proposal or order
... partOf Σ0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)Part of referenced event
... status ?!SΣ1..1coderegistered | preliminary | final | amended +
Binding: ObservationStatus (required): Codes providing the status of an observation.

... category 0..*CodeableConceptClassification of type of observation
Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories.


.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ0..*CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ0..1uriIdentity of the terminology system
Required Pattern: http://terminology.hl7.org/CodeSystem/observation-category
..... version Σ0..1stringVersion of the system - if relevant
..... code Σ0..1codeSymbol in syntax defined by the system
Required Pattern: vital-signs
..... display Σ0..1stringRepresentation defined by the system
..... userSelected Σ0..1booleanIf this coding was chosen directly by the user
.... text Σ0..1stringPlain text representation of the concept
... code Σ1..1CodeableConceptBlood pressure panel with all children optional
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
.... id0..1stringUnique id for inter-element referencing
.... extension0..*ExtensionAdditional content defined by implementations
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... id0..1stringUnique id for inter-element referencing
..... extension0..*ExtensionAdditional content defined by implementations
..... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
..... version0..1stringVersion of the system - if relevant
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: 85354-9
..... display0..1stringRepresentation defined by the system
..... userSelected0..1booleanIf this coding was chosen directly by the user
.... text0..1stringPlain text representation of the concept
... subject SΣ1..1Reference(Patient)Who and/or what the observation is about
... focus ΣTU0..*Reference(Resource)What the observation is about, when it is not about the subject of record
... encounter Σ0..1Reference(Encounter)Healthcare event during which this observation is made
... effective[x] SΣ1..1Clinically relevant time/time-period for observation
.... effectiveDateTimedateTime
.... effectivePeriodPeriod
.... effectiveTimingTiming
.... effectiveInstantinstant
... issued Σ0..1instantDate/Time this version was made available
... performer Σ0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)Who is responsible for the observation
... dataAbsentReason C0..1CodeableConceptWhy the result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

... interpretation 0..1CodeableConceptHigh, low, normal, etc.
Binding: Numeric Result Interpretation value set (extensible)
... note 0..*AnnotationComments about the observation
... bodySite S0..1CodeableConceptObserved body part
Binding: Blood Pressure Measurement Body Location Precoordinated value set (extensible): A set of codes that describe where on/in the body an observation or procedure took place

... method S0..1CodeableConceptHow it was done
Binding: Blood Pressure Measurement Method value set (extensible): A set of codes that describe the method used to measure a blood pressure

... device S0..1Reference(Blood Pressure Device)Blood Pressure Device
... referenceRange C0..*BackboneElementProvides guide for interpretation
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... low C0..1SimpleQuantityLow Range, if relevant
.... high C0..1SimpleQuantityHigh Range, if relevant
.... type 0..1CodeableConceptReference range qualifier
Binding: ObservationReferenceRangeMeaningCodes (preferred): Code for the meaning of a reference range.

.... appliesTo 0..*CodeableConceptReference range population
Binding: ObservationReferenceRangeAppliesToCodes (example): Codes identifying the population the reference range applies to.


.... age 0..1RangeApplicable age range, if relevant
.... text 0..1stringText based reference range in an observation
... hasMember Σ0..*Reference(Observation | QuestionnaireResponse | MolecularSequence)Related resource that belongs to the Observation group
... derivedFrom Σ0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)Related measurements the observation is made from
... Slices for component SΣ1..*BackboneElementBlood pressure components
Slice: Unordered, Open by value:code
.... component:All Slices Content/Rules for all slices
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code Σ1..1CodeableConceptType of component observation (code / type)
Binding: LOINCCodes (example): Codes identifying names of simple observations.

..... value[x] Σ0..1Actual component result
...... valueQuantityQuantity
...... valueCodeableConceptCodeableConcept
...... valueStringstring
...... valueBooleanboolean
...... valueIntegerinteger
...... valueRangeRange
...... valueRatioRatio
...... valueSampledDataSampledData
...... valueTimetime
...... valueDateTimedateTime
...... valuePeriodPeriod
..... dataAbsentReason C0..1CodeableConceptWhy the component result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

..... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


..... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result
.... component:SystolicBP Σ1..1BackboneElementSystolic Blood Pressure
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptSystolic blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... id0..1stringUnique id for inter-element referencing
...... extension0..*ExtensionAdditional content defined by implementations
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... id0..1stringUnique id for inter-element referencing
....... extension0..*ExtensionAdditional content defined by implementations
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... version0..1stringVersion of the system - if relevant
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8480-6
....... display0..1stringRepresentation defined by the system
....... userSelected0..1booleanIf this coding was chosen directly by the user
...... text0..1stringPlain text representation of the concept
..... value[x] SΣ0..1QuantityActual component result
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]
..... dataAbsentReason C0..1CodeableConceptWhy the component result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

..... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


..... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result
.... component:DiastolicBP Σ0..1BackboneElementDiastolic Blood Pressure
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptDiastolic blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... id0..1stringUnique id for inter-element referencing
...... extension0..*ExtensionAdditional content defined by implementations
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... id0..1stringUnique id for inter-element referencing
....... extension0..*ExtensionAdditional content defined by implementations
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... version0..1stringVersion of the system - if relevant
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8462-4
....... display0..1stringRepresentation defined by the system
....... userSelected0..1booleanIf this coding was chosen directly by the user
...... text0..1stringPlain text representation of the concept
..... value[x] SΣ0..1QuantityActual component result
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]
..... dataAbsentReason C0..1CodeableConceptWhy the component result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

..... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


..... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result
.... component:MeanArterialBP SΣ0..1BackboneElementMean Arterial Blood Pressure
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code SΣ1..1CodeableConceptMean blood pressure
Binding: LOINCCodes (example): Codes identifying names of simple observations.


Required Pattern: At least the following
...... id0..1stringUnique id for inter-element referencing
...... extension0..*ExtensionAdditional content defined by implementations
...... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
....... id0..1stringUnique id for inter-element referencing
....... extension0..*ExtensionAdditional content defined by implementations
....... system1..1uriIdentity of the terminology system
Fixed Value: http://loinc.org
....... version0..1stringVersion of the system - if relevant
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: 8478-0
....... display0..1stringRepresentation defined by the system
....... userSelected0..1booleanIf this coding was chosen directly by the user
...... text0..1stringPlain text representation of the concept
..... value[x] SΣ0..1QuantityActual component result
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... value SΣ1..1decimalNumerical value (with implicit precision)
...... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.

...... unit SΣ1..1stringUnit representation
...... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
...... code SΣ1..1codeCoded form of the unit
Fixed Value: mm[Hg]
..... dataAbsentReason C0..1CodeableConceptWhy the component result is missing
Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.

..... interpretation 0..*CodeableConceptHigh, low, normal, etc.
Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.


..... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Observation.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Observation.extension:bodyPosition.value[x]extensibleBodyPositionvalueset
Observation.statusrequiredObservationStatus
Observation.categorypreferredObservationCategoryCodes
Observation.codeexamplePattern: LOINC code 85354-9
Observation.dataAbsentReasonextensibleDataAbsentReason
Observation.interpretationextensibleNumericResultInterpretationNom
Observation.bodySiteextensibleBloodPressureMeasurementBodyLocationPrecoodinated
Observation.methodextensibleBloodPressureMeasurementMethodvalueset
Observation.referenceRange.typepreferredObservationReferenceRangeMeaningCodes
Observation.referenceRange.appliesToexampleObservationReferenceRangeAppliesToCodes
Observation.component.codeexampleLOINCCodes (a valid code from LOINC)
Observation.component.dataAbsentReasonextensibleDataAbsentReason
Observation.component.interpretationextensibleObservationInterpretationCodes
Observation.component:SystolicBP.codeexamplePattern: LOINC code 8480-6
Observation.component:SystolicBP.value[x].comparatorrequiredQuantityComparator
Observation.component:SystolicBP.dataAbsentReasonextensibleDataAbsentReason
Observation.component:SystolicBP.interpretationextensibleObservationInterpretationCodes
Observation.component:DiastolicBP.codeexamplePattern: LOINC code 8462-4
Observation.component:DiastolicBP.value[x].comparatorrequiredQuantityComparator
Observation.component:DiastolicBP.dataAbsentReasonextensibleDataAbsentReason
Observation.component:DiastolicBP.interpretationextensibleObservationInterpretationCodes
Observation.component:MeanArterialBP.codeexamplePattern: LOINC code 8478-0
Observation.component:MeanArterialBP.value[x].comparatorrequiredQuantityComparator
Observation.component:MeanArterialBP.dataAbsentReasonextensibleDataAbsentReason
Observation.component:MeanArterialBP.interpretationextensibleObservationInterpretationCodes

This structure is derived from Observation

Summary

Mandatory: 4 elements (12 nested mandatory elements)
Must-Support: 30 elements
Fixed Value: 6 elements
Prohibited: 2 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element Observation.component is sliced based on the value of value:code

 

Other representations of profile: CSV, Excel, Schematron