Skip to content

Instantly share code, notes, and snippets.

@TimCoates
Created October 30, 2017 09:10
Show Gist options
  • Save TimCoates/cfa23f32b84fb141ef40318b3841d632 to your computer and use it in GitHub Desktop.
Save TimCoates/cfa23f32b84fb141ef40318b3841d632 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<getPatientDetails-v1-0 xmlns="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hl7-org:v3 ../../Schemas/QUPA_MT000005GB01.xsd" moodCode="EVN" classCode="CACT">
<id root="4E25ACE2-23F8-4A37-B446-6A37F31CF76C"/>
<code codeSystem="2.16.840.1.113883.2.1.3.2.4.17.284" code="getPatientDetailsRequest-v1-0"/>
<queryEvent>
<Person.DateOfBirth>
<value value="19890101"/>
<semanticsText>Person.DateOfBirth</semanticsText>
</Person.DateOfBirth>
<Person.Gender>
<value code="1" codeSystem="2.16.840.1.113883.2.1.3.2.4.16.25"/>
<semanticsText>Person.Gender</semanticsText>
</Person.Gender>
<Person.Name>
<value>
<given>John</given>
<family>Smith</family>
</value>
<semanticsText>Person.Name</semanticsText>
</Person.Name>
</queryEvent>
</getPatientDetails-v1-0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment