This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
The official URL for this profile is:
http://hl7.org/fhir/StructureDefinition/hspc-diastolicbp
The HSPC specific profile for the observation of the diastolic blood pressure.
This profile was published on Mon, Jul 20, 2015 00:00+1000 as a draft by HSPC.
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Observation.
Summary
Mandatory: 1 element
Fixed Value: 3 elements
Prohibited: 6 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
This structure is derived from Observation.
todo
This structure is derived from Observation.
Summary
Mandatory: 1 element
Fixed Value: 3 elements
Prohibited: 6 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Differential View
This structure is derived from Observation.
Snapshot View
XML Template
JSON Template
todo
Other representations of profile: Schematron
Path | Name | Conformance | ValueSet |
Observation.language | ?ext | required | http://tools.ietf.org/html/bcp47 |
Observation.extension [UriType[http://hl7.org/fhir/StructureDefinition/hspc-extensionsbodyPosition]] | HSPC Systolic Blood Pressure Measurement Body Position | preferred | HSPC Systolic Blood Pressure Measurement Body Position |
Observation.extension [UriType[http://hl7.org/fhir/StructureDefinition/hspc-extensionsassociatedPrecondition]] | HSPC Vital Sign Associated Precondition | preferred | HSPC Vital Sign Associated Precondition |
Observation.extension [UriType[http://hl7.org/fhir/StructureDefinition/hspc-extensionsdeltaFlag]] | Abnormal Interpretation Numeric Nom | preferred | Abnormal Interpretation Numeric Nom |
Observation.modifierExtension [UriType[http://hl7.org/fhir/StructureDefinition/hspc-extensionsfocalSubject]] | HSPC FocalSubject | preferred | HSPC FocalSubject |
Observation.status | ObservationStatus | required | ObservationStatus |
Observation.category | Observation Category Codes | example | Observation Category Codes |
Observation.code | LOINC Codes | example | LOINC Codes |
Observation.interpretation | Abnormal Interpretation Numeric Nom | preferred | Abnormal Interpretation Numeric Nom |
Observation.bodySite | HSPC Systolic Blood Pressure Measurement Body Location Precoodinated | preferred | HSPC Systolic Blood Pressure Measurement Body Location Precoodinated |
Observation.method | HSPC Blood Pressure Measurement Method/Device Value Set | preferred | HSPC Blood Pressure Measurement Method/Device Value Set |
Observation.referenceRange.meaning | Observation Reference Range Meaning Codes | example | Observation Reference Range Meaning Codes |
Observation.related.type | ObservationRelationshipType | required | ObservationRelationshipType |
Observation.component.code | LOINC Codes | example | LOINC Codes |
Observation.component.dataAbsentReason | Observation Value Absent Reason | extensible | Observation Value Absent Reason |
Id | Path | Details | Requirements |
obs-6 | Observation | dataAbsentReason SHALL only be present if Observation.value[x] is not present XPath: not(exists(f:dataAbsentReason)) or (not(exists(*[starts-with(local-name(.), 'value')]))) | |
obs-7 | Observation | Component code SHALL not be same as observation code XPath: not(exists(f:component/f:code)) or count(for $coding in f:code/f:coding return parent::*/f:component/f:code/f:coding[f:code/@value=$coding/f:code/@value and f:system/@value=$coding/f:system/@value])=0 |