Skip to content

Commit

Permalink
correcting patient-age extension system value url
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasannaHegde1 committed Sep 22, 2022
1 parent caf7844 commit af469a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r4/examples/observation-example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<extension url="http://example.com/fhir/StructureDefinition/patient-age">
<valueAge>
<value value="41" />
<system value="https://unitsofmeasure.org" />
<system value="http://unitsofmeasure.org" />
<code value="a" />
</valueAge>
</extension>
Expand Down
2 changes: 1 addition & 1 deletion r5/examples/observation-example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<extension url="http://example.com/fhir/StructureDefinition/patient-age">
<valueAge>
<value value="41" />
<system value="https://unitsofmeasure.org" />
<system value="http://unitsofmeasure.org" />
<code value="a" />
</valueAge>
</extension>
Expand Down

0 comments on commit af469a2

Please sign in to comment.