FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Observation/date-lastmp (XML)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Encounter, Patient, Practitioner, RelatedPerson

Raw XML (canonical form + also see XML Format Specification)

An "ask at order" response using the datetime datetype for the result value (id = "date-lastmp")

<?xml version="1.0" encoding="UTF-8"?>

<Observation xmlns="http://hl7.org/fhir">
  <id value="date-lastmp"/> 
  <status value="final"/> 
  <category> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> 
      <code value="survey"/> 
      <display value="Survey"/> 
    </coding> 
    <text value="AOE"/> 
  </category> 
  <code> 
    <coding> 
      <system value="http://loinc.org"/> 
      <code value="8665-2"/> 
      <display value="Last menstrual period start date"/> 
    </coding> 
    <text value="Last menstrual period start date"/> 
  </code> 
  <subject> 
    <reference value="Patient/pat2"/> 
  </subject> 
  <effectiveDateTime value="2016-01-24"/> 
  <valueDateTime value="2016-12-30"/> 
</Observation> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.