This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Example of test
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>
JSON Equivalent
Example of test
{"Test": { "text": { "status": "generated", "div": "<div>This contains correct corner-cases<\/div>" }, "instantCorr": [ {"value": "2012-12-31T12:01:24+05:00"}, {"value": "2012-12-31T12:01:24Z"}, {"value": "2012-12-31T12:01:24-01:30"} ], "uriCorr": [ {"value": "www.hl7.org/fhir"}, {"value": "http://www.hl7.org/fhir#somewhere"}, {"value": "https://www.hl7.org/fhir:81"}, {"value": "https://www.hl7.org/fhir:81?param=25"}, {"value": "http://myUrl/%2E%2E/%2E%2E"}, {"value": "ftp://ftp.student.vu.nl"}, {"value": "/new/index.htm"} ], "decimalCorr": [ {"value": "1234567890123456.1234567890123456"}, {"value": "1234"}, {"value": "0.5"}, {"value": "0.314"} ], "stringCorr": [ {"value": "nice"}, {"value": "nice"} ], "integerCorr": [ {"value": "2147483647"}, {"value": "1"}, {"value": "0"} ], "booleanCorr": [ {"value": "org.hl7.fhir.instance.model.Boolean@38a35880"}, {"value": "org.hl7.fhir.instance.model.Boolean@6c07588c"}, {"value": "org.hl7.fhir.instance.model.Boolean@564686bc"}, {"value": "org.hl7.fhir.instance.model.Boolean@3037cce4"} ], "b64Corr": [ {"value": "cGxlYXN1cmUu"}, {"value": "YW55IGNhcm5hbCBwbGVhc3VyZQ=="} ] }}
This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:03+1100. License