This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Example of test (id = "example")

<Test xmlns="http://hl7.org/fhir">
  <stringCorr>nice</stringCorr>
  <stringCorr id="09az">nice</stringCorr>
  <booleanCorr>false</booleanCorr>
  <booleanCorr>true</booleanCorr>
  <booleanCorr>0</booleanCorr>
  <booleanCorr>1</booleanCorr>
  <integerCorr>2147483647</integerCorr>  
  <integerCorr>+1</integerCorr> 
  <integerCorr>-0</integerCorr> 
  <decimalCorr>1234567890123456.1234567890123456</decimalCorr>
  <decimalCorr>1234</decimalCorr>
  <decimalCorr>0.5</decimalCorr>
  <decimalCorr>.314</decimalCorr>
  <b64Corr>cGxlYXN1cmUu</b64Corr>
  <b64Corr>YW55IGNhcm5hbCBwbGVhc3VyZQ==</b64Corr>
  <instantCorr>2012-12-31T12:01:24+05:00</instantCorr> 
  <instantCorr>2012-12-31T12:01:24Z</instantCorr> 
  <instantCorr>2012-12-31T12:01:24-01:30</instantCorr>
  <uriCorr>www.hl7.org/fhir</uriCorr>
  <uriCorr>http://www.hl7.org/fhir#somewhere</uriCorr>
  <uriCorr>https://www.hl7.org/fhir:81</uriCorr>
  <uriCorr>https://www.hl7.org/fhir:81?param=25</uriCorr>
  <uriCorr>http://myUrl/%2E%2E/%2E%2E</uriCorr>
  <uriCorr>ftp://ftp.student.vu.nl</uriCorr>
  <uriCorr>/new/index.htm</uriCorr>
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">This contains correct corner-cases</div>
  </text>
</Test>