Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
<?xml version="1.0" encoding="UTF-8"?> <Composition xmlns="http://hl7.org/fhir"> <encounter> <reference value="openmrs-encounter-uuid"/> <display value="encounter"/> </encounter> <section> <section> <content> <reference value="openmrs-obs-uuid"/> <display value="obsSection"/> </content> </section> </section> </Composition>
<?xml version="1.0" encoding="UTF-8"?> <Encounter xmlns="http://hl7.org/fhir"> <status value="finished" /> <class value="inpatient" /> <subject> <reference value="Patient/dd738d54-1691-11df-97a5-7038c432aabf" /> <display value="Daisylene Ekeno(Identifier:1865TU-8)" /> </subject> <participant> <individual> <reference value="Practitioner/bf218490-1691-11df-97a5-7038c432aabf" /> <display value="Super User(Identifier:admin)" /> </individual> </participant> <period> <start value="2006-02-07T00:00:00" /> <end value="2006-02-07T00:00:00" /> </period> <location> <location> <reference value="Location/8d6c993e-c2cc-11de-8d13-0010c6dffd0f" /> <display value="Inpatient Ward" /> </location> <period> <start value="2006-02-07T00:00:00" /> <end value="2006-02-07T00:00:00" /> </period> </location> </Encounter>
<?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> <identifier> <use value="usual" /> <label value="OpenMRS Identification Number" /> <system value="urn:uuid:8d793bee-c2cc-11de-8d13-0010c6dffd0f" /> <value value="100-8" /> </identifier> <identifier> <use value="secondary" /> <label value="Old Identification Number" /> <system value="urn:uuid:8d79403a-c2cc-11de-8d13-0010c6dffd0f" /> <value value="100" /> </identifier> <name> <use value="usual" /> <family value="Patient" /> <given value="John" /> <prefix value="Mr." /> <suffix value="Mr." /> </name> <name> <use value="old" /> <family value="Bob" /> <given value="Alice" /> </name> <name> <use value="old" /> <name> <gender> <coding> <system value="http://hl7.org/fhir/v3/AdministrativeGender" /> <code value="M" /> </coding> </gender> <birthDate value="1975-01-01T00:00:00" /> <deceasedBoolean value="false" /> <address> <use value="home" /> <line value="555 Johnson Rd." /> <line value="Apt. 555" /> <city value="Indianapolis" /> <state value="IN" /> <zip value="46202" /> <country value="USA" /> </address> <address> <use value="old" /> <line value="555 Charley Rd." /> <line value="Apt. 568" /> <city value="Indianapolis" /> <state value="IN" /> <zip value="46202" /> <country value="USA" /> </address> <active value="true" /> </Patient>
<?xml version="1.0" encoding="UTF-8"?> <Observation xmlns="http://hl7.org/fhir"> <name> <coding> <system value="UNSPECIFIED" /> <code value="39156-5" /> <display value="Body Mass Index" /> </coding> </name> <valueQuantity> <value value="18.14" /> <units value="kg/m2" /> <system value="http://unitsofmeasure.org" /> <code value="kg/m2" /> </valueQuantity> <appliesDateTime value="2011-05-17T00:00:00" /> <issued value="2014-09-13T22:02:34" /> <status value="final" /> <reliability value="ok" /> <subject> <reference value="Patient/dda12af7-1691-11df-97a5-7038c432aabf" /> <display value="Valentine Ekero(Identifier:8079AM-6)" /> </subject> <referenceRange> <low> <value value="0.0" /> </low> <high> <value value="100.0" /> </high> </referenceRange> </Observation>
<?xml version="1.0" encoding="UTF-8"?> <Location xmlns="http://hl7.org/fhir"> <name value="Inpatient Ward" /> <address> <use value="work" /> </address> <status value="active" /> </Location>