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
Simple XDS Folder Example
Simple XDS Folder Example (id = "1.2.36.90146595217.4.2.1")
<XdsFolder xmlns="http://hl7.org/fhir"> <code> <system>http://www.ihe.net/xds/connectathons</system> <code>Referrals</code> </code> <title>Referrals</title> <patientId> <system>oid:1.3.6.1.4.1.21367.2005.3.7</system> <id>6578946</id> </patientId> <text> <status>generated</status> <div xmlns="http://www.w3.org/1999/xhtml">Referrals for Patient 6578946</div> </text> </XdsFolder>
JSON Equivalent
Simple XDS Folder Example
{"XdsFolder": { "patientId": { "id": {"value": "6578946"}, "system": {"value": "oid:1.3.6.1.4.1.21367.2005.3.7"} }, "text": { "status": "generated", "div": "<div>Referrals for Patient 6578946<\/div>" }, "title": {"value": "Referrals"}, "code": [{ "system": {"value": "http://www.ihe.net/xds/connectathons"}, "code": {"value": "Referrals"} }] }}
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:04+1100. License