Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZIBFHIR-22: Clarify the use of the LOINC code for cuff size #466

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions resources/zib/zib-BloodPressure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="zib-BloodPressure" />
<text>
<status value="empty"/>
<div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div>
</text>
<status value="empty" /><div xmlns="http://www.w3.org/1999/xhtml">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div></text>
<url value="http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure" />
<name value="ZibBloodPressure" />
<title value="zib BloodPressure" />
Expand Down Expand Up @@ -263,7 +261,7 @@
</element>
<element id="Observation.component:cuffType.code">
<path value="Observation.component.code" />
<comment value="LOINC code _8358-4_ (Blood pressure device cuff size) may be used here as well, as suggested by the HL7 Vital Signs IG." />
<comment value="LOINC code _8358-4_ (Blood pressure device cuff size), which is the suggested code by the HL7 Vital Signs IG for this concept, may be used here in addition to SNOMED code _70665002_." />
<patternCodeableConcept>
<coding>
<system value="http://snomed.info/sct" />
Expand Down
Loading