0.5.12 - ci-build

SpaceflightHealthSimulationsReferenceDocumentation - Local Development build (v0.5.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Vital Signs Panel

Official URL: https://mitre.org/fhir/space-health/StructureDefinition/vital-signs-panel Version: 0.5.12
Active as of 2026-03-25 Computable Name: SpaceVitalsPanel

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

A vital signs panel as defined by Logica Health. It includes Oxygen Saturation via Pulse Oximetry, Oxygen Saturation in Arterial blood, body height, body length, body weight, body temperature, blood pressure panel, heart rate, respiratory rate, head-occcipital/frontal circumference, oxygen saturation via pulse oximetry, and body mass index.

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation C 0..* observation-vitalspanel FHIR Vital Signs Panel Profile
Constraints: obs-6, obs-7, vs-2
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!SΣ 1..1 code registered | preliminary | final | amended +
Binding: ObservationStatus (required)
.... category:VSCat S 1..1 CodeableConcept Classification of type of observation
Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories.
..... coding SΣ 1..* Coding Code defined by a terminology system
...... system SΣ 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/observation-category
...... code SΣ 1..1 code Symbol in syntax defined by the system
Fixed Value: vital-signs
... code SΣ 1..1 CodeableConcept Vital signs, weight, height, head circumference, oxygen saturation, and BMI panel
Binding: VitalSigns (extensible): This identifies the vital sign result type.
Required Pattern: At least the following
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 85353-1
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:code, value:system
..... coding:VitalsPanelCode Σ 0..* Coding Code defined by a terminology system
...... system Σ 0..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
...... code Σ 0..1 code Symbol in syntax defined by the system
Fixed Value: 85353-1
... subject SΣ 1..1 Reference(US Core Patient Profile) Who and/or what the observation is about
... effective[x] SΣC 1..1 Often just a dateTime for Vital Signs
Constraints: vs-1
.... effectiveDateTime dateTime
.... effectivePeriod Period
... interpretation 0..* CodeableConcept High, low, normal, etc.
Binding: http://hl7.org/fhir/us/vitals/ValueSet/definedLimitsVS (extensible)
... Slices for hasMember SΣ 1..* Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components
Slice: Unordered, Closed by profile:resolve()
.... hasMember:OxygenSaturationArterialBloodPulseOx SΣ 0..1 Reference(Oxygen Saturation in Arterial Blood by Pulse Oximetry) Used when reporting vital signs panel components
.... hasMember:BodyWeight SΣ 0..1 Reference(Body Weight) Used when reporting vital signs panel components
.... hasMember:Height SΣ 0..1 Reference(Body Height) Used when reporting vital signs panel components
.... hasMember:BodyTemperature SΣ 0..1 Reference(Body Temperature) Used when reporting vital signs panel components
.... hasMember:BloodPressurePanel SΣ 0..1 Reference(Blood Pressure Panel) Used when reporting vital signs panel components
.... hasMember:HeartRate SΣ 0..1 Reference(Heart Rate) Used when reporting vital signs panel components
.... hasMember:RespiratoryRate SΣ 0..1 Reference(Respiratory Rate) Used when reporting vital signs panel components
.... hasMember:BodyMassIndex SΣ 0..1 Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Observation.status Base required ObservationStatus 📍4.0.1 FHIR Std.
Observation.category Base preferred Observation Category Codes 📍4.0.1 FHIR Std.
Observation.category:VSCat Base preferred Observation Category Codes 📍4.0.1 FHIR Std.
Observation.code Base extensible Vital Signs 📍4.0.1 FHIR Std.
Observation.interpretation Base extensible http://hl7.org/fhir/us/vitals/ValueSet/definedLimitsVS Not State Unknown
Observation.component.​code Base extensible Vital Signs 📍4.0.1 FHIR Std.
Observation.component.​value[x] Base extensible Vital Signs Units 📍4.0.1 FHIR Std.
Observation.component.​dataAbsentReason Base extensible DataAbsentReason 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Observation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Observation If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Observation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Observation A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-6 error Observation dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
vs-1 error Observation.effective[x] if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day $this is dateTime implies $this.toString().length() >= 10
vs-2 error Observation If there is no component or hasMember element then either a value[x] or a data absent reason must be present. (component.empty() and hasMember.empty()) implies (dataAbsentReason.exists() or value.exists())

This structure is derived from observation-vitalspanel

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation 0..* observation-vitalspanel FHIR Vital Signs Panel Profile
... code 1..1 CodeableConcept Vital signs, weight, height, head circumference, oxygen saturation, and BMI panel
Required Pattern: At least the following
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 85353-1
... subject 1..1 Reference(US Core Patient Profile) Who and/or what the observation is about
... dataAbsentReason 0..0 Why the result is missing
... bodySite 0..0 Observed body part
... method 0..0 How it was done
... specimen 0..0 Specimen used for this observation
... device 0..0 (Measurement) Device
... referenceRange 0..0 Provides guide for interpretation
... Slices for hasMember 1..* Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components
Slice: Unordered, Closed by profile:resolve()
.... hasMember:OxygenSaturationArterialBloodPulseOx 0..1 Reference(Oxygen Saturation in Arterial Blood by Pulse Oximetry) Used when reporting vital signs panel components
.... hasMember:BodyWeight 0..1 Reference(Body Weight) Used when reporting vital signs panel components
.... hasMember:Height 0..1 Reference(Body Height) Used when reporting vital signs panel components
.... hasMember:BodyTemperature 0..1 Reference(Body Temperature) Used when reporting vital signs panel components
.... hasMember:BloodPressurePanel 0..1 Reference(Blood Pressure Panel) Used when reporting vital signs panel components
.... hasMember:HeartRate 0..1 Reference(Heart Rate) Used when reporting vital signs panel components
.... hasMember:RespiratoryRate 0..1 Reference(Respiratory Rate) Used when reporting vital signs panel components
.... hasMember:BodyMassIndex 0..1 Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components
... component 0..0 Used when reporting systolic and diastolic blood pressure.

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Observation.interpretation Base extensible http://hl7.org/fhir/us/vitals/ValueSet/definedLimitsVS Not State Unknown
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation C 0..* observation-vitalspanel FHIR Vital Signs Panel Profile
Constraints: obs-6, obs-7, vs-2
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Business 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..1 code registered | preliminary | final | amended +
Binding: ObservationStatus (required)
... Slices for category S 1..* CodeableConcept Classification of type of observation
Slice: Unordered, Open by value:coding.code, value:coding.system
Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories.
.... category:VSCat S 1..1 CodeableConcept Classification of type of observation
Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding SΣ 1..* Coding Code defined by a terminology system
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system SΣ 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/observation-category
...... version Σ 0..1 string Version of the system - if relevant
...... code SΣ 1..1 code Symbol in syntax defined by the system
Fixed Value: vital-signs
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
... code SΣ 1..1 CodeableConcept Vital signs, weight, height, head circumference, oxygen saturation, and BMI panel
Binding: VitalSigns (extensible): This identifies the vital sign result type.
Required Pattern: At least the following
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 85353-1
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:code, value:system
..... coding:VitalsPanelCode Σ 0..* Coding Code defined by a terminology system
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 0..1 code Symbol in syntax defined by the system
Fixed Value: 85353-1
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... subject SΣ 1..1 Reference(US Core Patient Profile) Who and/or what the observation is about
... focus Σ 0..* Reference(Resource) What the observation is about, when it is not about the subject of record
... encounter Σ 0..1 Reference(Encounter) Healthcare event during which this observation is made
... effective[x] SΣC 1..1 Often just a dateTime for Vital Signs
Constraints: vs-1
.... effectiveDateTime dateTime
.... effectivePeriod Period
... issued Σ 0..1 instant Date/Time this version was made available
... performer Σ 0..* Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson) Who is responsible for the observation
... interpretation 0..* CodeableConcept High, low, normal, etc.
Binding: http://hl7.org/fhir/us/vitals/ValueSet/definedLimitsVS (extensible)
... note 0..* Annotation Comments about the observation
... Slices for hasMember SΣ 1..* Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components
Slice: Unordered, Closed by profile:resolve()
.... hasMember:OxygenSaturationArterialBloodPulseOx SΣ 0..1 Reference(Oxygen Saturation in Arterial Blood by Pulse Oximetry) Used when reporting vital signs panel components
.... hasMember:BodyWeight SΣ 0..1 Reference(Body Weight) Used when reporting vital signs panel components
.... hasMember:Height SΣ 0..1 Reference(Body Height) Used when reporting vital signs panel components
.... hasMember:BodyTemperature SΣ 0..1 Reference(Body Temperature) Used when reporting vital signs panel components
.... hasMember:BloodPressurePanel SΣ 0..1 Reference(Blood Pressure Panel) Used when reporting vital signs panel components
.... hasMember:HeartRate SΣ 0..1 Reference(Heart Rate) Used when reporting vital signs panel components
.... hasMember:RespiratoryRate SΣ 0..1 Reference(Respiratory Rate) Used when reporting vital signs panel components
.... hasMember:BodyMassIndex SΣ 0..1 Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components
... derivedFrom Σ 0..* Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Related measurements the observation is made from

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Observation.language Base preferred Common Languages 📍4.0.1 FHIR Std.
Observation.status Base required ObservationStatus 📍4.0.1 FHIR Std.
Observation.category Base preferred Observation Category Codes 📍4.0.1 FHIR Std.
Observation.category:VSCat Base preferred Observation Category Codes 📍4.0.1 FHIR Std.
Observation.code Base extensible Vital Signs 📍4.0.1 FHIR Std.
Observation.interpretation Base extensible http://hl7.org/fhir/us/vitals/ValueSet/definedLimitsVS Not State Unknown
Observation.referenceRange.​type Base preferred Observation Reference Range Meaning Codes 📍4.0.1 FHIR Std.
Observation.referenceRange.​appliesTo Base example Observation Reference Range Applies To Codes 📍4.0.1 FHIR Std.
Observation.component.​code Base extensible Vital Signs 📍4.0.1 FHIR Std.
Observation.component.​value[x] Base extensible Vital Signs Units 📍4.0.1 FHIR Std.
Observation.component.​dataAbsentReason Base extensible DataAbsentReason 📍4.0.1 FHIR Std.
Observation.component.​interpretation Base extensible Observation Interpretation Codes 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Observation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Observation If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Observation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Observation A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-6 error Observation dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
vs-1 error Observation.effective[x] if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day $this is dateTime implies $this.toString().length() >= 10
vs-2 error Observation If there is no component or hasMember element then either a value[x] or a data absent reason must be present. (component.empty() and hasMember.empty()) implies (dataAbsentReason.exists() or value.exists())

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation C 0..* observation-vitalspanel FHIR Vital Signs Panel Profile
Constraints: obs-6, obs-7, vs-2
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!SΣ 1..1 code registered | preliminary | final | amended +
Binding: ObservationStatus (required)
.... category:VSCat S 1..1 CodeableConcept Classification of type of observation
Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories.
..... coding SΣ 1..* Coding Code defined by a terminology system
...... system SΣ 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/observation-category
...... code SΣ 1..1 code Symbol in syntax defined by the system
Fixed Value: vital-signs
... code SΣ 1..1 CodeableConcept Vital signs, weight, height, head circumference, oxygen saturation, and BMI panel
Binding: VitalSigns (extensible): This identifies the vital sign result type.
Required Pattern: At least the following
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 85353-1
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:code, value:system
..... coding:VitalsPanelCode Σ 0..* Coding Code defined by a terminology system
...... system Σ 0..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
...... code Σ 0..1 code Symbol in syntax defined by the system
Fixed Value: 85353-1
... subject SΣ 1..1 Reference(US Core Patient Profile) Who and/or what the observation is about
... effective[x] SΣC 1..1 Often just a dateTime for Vital Signs
Constraints: vs-1
.... effectiveDateTime dateTime
.... effectivePeriod Period
... interpretation 0..* CodeableConcept High, low, normal, etc.
Binding: http://hl7.org/fhir/us/vitals/ValueSet/definedLimitsVS (extensible)
... Slices for hasMember SΣ 1..* Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components
Slice: Unordered, Closed by profile:resolve()
.... hasMember:OxygenSaturationArterialBloodPulseOx SΣ 0..1 Reference(Oxygen Saturation in Arterial Blood by Pulse Oximetry) Used when reporting vital signs panel components
.... hasMember:BodyWeight SΣ 0..1 Reference(Body Weight) Used when reporting vital signs panel components
.... hasMember:Height SΣ 0..1 Reference(Body Height) Used when reporting vital signs panel components
.... hasMember:BodyTemperature SΣ 0..1 Reference(Body Temperature) Used when reporting vital signs panel components
.... hasMember:BloodPressurePanel SΣ 0..1 Reference(Blood Pressure Panel) Used when reporting vital signs panel components
.... hasMember:HeartRate SΣ 0..1 Reference(Heart Rate) Used when reporting vital signs panel components
.... hasMember:RespiratoryRate SΣ 0..1 Reference(Respiratory Rate) Used when reporting vital signs panel components
.... hasMember:BodyMassIndex SΣ 0..1 Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Observation.status Base required ObservationStatus 📍4.0.1 FHIR Std.
Observation.category Base preferred Observation Category Codes 📍4.0.1 FHIR Std.
Observation.category:VSCat Base preferred Observation Category Codes 📍4.0.1 FHIR Std.
Observation.code Base extensible Vital Signs 📍4.0.1 FHIR Std.
Observation.interpretation Base extensible http://hl7.org/fhir/us/vitals/ValueSet/definedLimitsVS Not State Unknown
Observation.component.​code Base extensible Vital Signs 📍4.0.1 FHIR Std.
Observation.component.​value[x] Base extensible Vital Signs Units 📍4.0.1 FHIR Std.
Observation.component.​dataAbsentReason Base extensible DataAbsentReason 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Observation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Observation If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Observation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Observation A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-6 error Observation dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
vs-1 error Observation.effective[x] if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day $this is dateTime implies $this.toString().length() >= 10
vs-2 error Observation If there is no component or hasMember element then either a value[x] or a data absent reason must be present. (component.empty() and hasMember.empty()) implies (dataAbsentReason.exists() or value.exists())

Differential View

This structure is derived from observation-vitalspanel

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation 0..* observation-vitalspanel FHIR Vital Signs Panel Profile
... code 1..1 CodeableConcept Vital signs, weight, height, head circumference, oxygen saturation, and BMI panel
Required Pattern: At least the following
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 85353-1
... subject 1..1 Reference(US Core Patient Profile) Who and/or what the observation is about
... dataAbsentReason 0..0 Why the result is missing
... bodySite 0..0 Observed body part
... method 0..0 How it was done
... specimen 0..0 Specimen used for this observation
... device 0..0 (Measurement) Device
... referenceRange 0..0 Provides guide for interpretation
... Slices for hasMember 1..* Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components
Slice: Unordered, Closed by profile:resolve()
.... hasMember:OxygenSaturationArterialBloodPulseOx 0..1 Reference(Oxygen Saturation in Arterial Blood by Pulse Oximetry) Used when reporting vital signs panel components
.... hasMember:BodyWeight 0..1 Reference(Body Weight) Used when reporting vital signs panel components
.... hasMember:Height 0..1 Reference(Body Height) Used when reporting vital signs panel components
.... hasMember:BodyTemperature 0..1 Reference(Body Temperature) Used when reporting vital signs panel components
.... hasMember:BloodPressurePanel 0..1 Reference(Blood Pressure Panel) Used when reporting vital signs panel components
.... hasMember:HeartRate 0..1 Reference(Heart Rate) Used when reporting vital signs panel components
.... hasMember:RespiratoryRate 0..1 Reference(Respiratory Rate) Used when reporting vital signs panel components
.... hasMember:BodyMassIndex 0..1 Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components
... component 0..0 Used when reporting systolic and diastolic blood pressure.

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Observation.interpretation Base extensible http://hl7.org/fhir/us/vitals/ValueSet/definedLimitsVS Not State Unknown

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Observation C 0..* observation-vitalspanel FHIR Vital Signs Panel Profile
Constraints: obs-6, obs-7, vs-2
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Business 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..1 code registered | preliminary | final | amended +
Binding: ObservationStatus (required)
... Slices for category S 1..* CodeableConcept Classification of type of observation
Slice: Unordered, Open by value:coding.code, value:coding.system
Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories.
.... category:VSCat S 1..1 CodeableConcept Classification of type of observation
Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding SΣ 1..* Coding Code defined by a terminology system
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system SΣ 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/observation-category
...... version Σ 0..1 string Version of the system - if relevant
...... code SΣ 1..1 code Symbol in syntax defined by the system
Fixed Value: vital-signs
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
... code SΣ 1..1 CodeableConcept Vital signs, weight, height, head circumference, oxygen saturation, and BMI panel
Binding: VitalSigns (extensible): This identifies the vital sign result type.
Required Pattern: At least the following
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 85353-1
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:code, value:system
..... coding:VitalsPanelCode Σ 0..* Coding Code defined by a terminology system
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 0..1 code Symbol in syntax defined by the system
Fixed Value: 85353-1
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... subject SΣ 1..1 Reference(US Core Patient Profile) Who and/or what the observation is about
... focus Σ 0..* Reference(Resource) What the observation is about, when it is not about the subject of record
... encounter Σ 0..1 Reference(Encounter) Healthcare event during which this observation is made
... effective[x] SΣC 1..1 Often just a dateTime for Vital Signs
Constraints: vs-1
.... effectiveDateTime dateTime
.... effectivePeriod Period
... issued Σ 0..1 instant Date/Time this version was made available
... performer Σ 0..* Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson) Who is responsible for the observation
... interpretation 0..* CodeableConcept High, low, normal, etc.
Binding: http://hl7.org/fhir/us/vitals/ValueSet/definedLimitsVS (extensible)
... note 0..* Annotation Comments about the observation
... Slices for hasMember SΣ 1..* Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components
Slice: Unordered, Closed by profile:resolve()
.... hasMember:OxygenSaturationArterialBloodPulseOx SΣ 0..1 Reference(Oxygen Saturation in Arterial Blood by Pulse Oximetry) Used when reporting vital signs panel components
.... hasMember:BodyWeight SΣ 0..1 Reference(Body Weight) Used when reporting vital signs panel components
.... hasMember:Height SΣ 0..1 Reference(Body Height) Used when reporting vital signs panel components
.... hasMember:BodyTemperature SΣ 0..1 Reference(Body Temperature) Used when reporting vital signs panel components
.... hasMember:BloodPressurePanel SΣ 0..1 Reference(Blood Pressure Panel) Used when reporting vital signs panel components
.... hasMember:HeartRate SΣ 0..1 Reference(Heart Rate) Used when reporting vital signs panel components
.... hasMember:RespiratoryRate SΣ 0..1 Reference(Respiratory Rate) Used when reporting vital signs panel components
.... hasMember:BodyMassIndex SΣ 0..1 Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Used when reporting vital signs panel components
... derivedFrom Σ 0..* Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | MolecularSequence | Vital Signs Profile) Related measurements the observation is made from

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Observation.language Base preferred Common Languages 📍4.0.1 FHIR Std.
Observation.status Base required ObservationStatus 📍4.0.1 FHIR Std.
Observation.category Base preferred Observation Category Codes 📍4.0.1 FHIR Std.
Observation.category:VSCat Base preferred Observation Category Codes 📍4.0.1 FHIR Std.
Observation.code Base extensible Vital Signs 📍4.0.1 FHIR Std.
Observation.interpretation Base extensible http://hl7.org/fhir/us/vitals/ValueSet/definedLimitsVS Not State Unknown
Observation.referenceRange.​type Base preferred Observation Reference Range Meaning Codes 📍4.0.1 FHIR Std.
Observation.referenceRange.​appliesTo Base example Observation Reference Range Applies To Codes 📍4.0.1 FHIR Std.
Observation.component.​code Base extensible Vital Signs 📍4.0.1 FHIR Std.
Observation.component.​value[x] Base extensible Vital Signs Units 📍4.0.1 FHIR Std.
Observation.component.​dataAbsentReason Base extensible DataAbsentReason 📍4.0.1 FHIR Std.
Observation.component.​interpretation Base extensible Observation Interpretation Codes 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Observation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Observation If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Observation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Observation A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-6 error Observation dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
vs-1 error Observation.effective[x] if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day $this is dateTime implies $this.toString().length() >= 10
vs-2 error Observation If there is no component or hasMember element then either a value[x] or a data absent reason must be present. (component.empty() and hasMember.empty()) implies (dataAbsentReason.exists() or value.exists())

 

Other representations of profile: CSV, Excel, Schematron