Skip to content

Commit

Permalink
Add Observation instance (lab observation).
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Grenz committed Aug 3, 2016
1 parent 9cbc0f7 commit 6b5435c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Instance-Observation-1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<Observation xmlns="http://hl7.org/fhir">
<code>
<coding>
<system value="http://loinc.org"/>
<code value="2160-0"/>
<display value="Creatinine [Mass/volume] in Serum or Plasma"/>
</coding>
</code>
<valueQuantity>
<value value="0.8"/>
<units value="mg/dL"/>
</valueQuantity>
<appliesDateTime value="2015-01-01T12:00:00-06:00"/>
<issued value="2015-01-02T12:00:00.123-06:00"/>
<status value="final"/>
<identifier>
<use value="official"/>
<system value="http://example.com/fhir/localsystems/LABRESULTID"/>
<value value="135792468029384756"/>
</identifier>
<subject>
<reference value="Patient/test-patient-1"/>
</subject>
</Observation>

0 comments on commit 6b5435c

Please sign in to comment.