-
Type:
Change Request
-
Resolution: Unresolved
-
Priority:
Medium
-
FHIR Core (FHIR)
-
STU3
-
FHIR Infrastructure
-
(NA)
-
Enhancement
The Triglyceride profile (http://hl7.org/fhir/StructureDefinition/triglyceride) has a pattern[x] definition for the Observation.code:
<patternCodeableConcept>
<coding>
<system value="http://loinc.org"/>
<code value="35217-9"/>
<display value="Triglyceride [Moles/​volume] in Serum or Plasma"/>
</coding>
</patternCodeableConcept>
With the current java validator this pattern[x] constraints ist not enforced.
Will provide a pull request for this issue.