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 xdsentry2
Example of xdsentry2 (id = "example")
<XdsEntry2 xmlns="http://hl7.org/fhir"> <id> <system>urn:ietf:rfc:3986</system> <id>urn:oid:1.3.6.1.4.1.21367.2005.3.7</id> </id> <information> <instant>2005-12-24T09:35:00+11:00</instant> <class> <system>http://ihe.net/xds/connectathon/classCodes</system> <code>History and Physical</code> <display>History and Physical</display> </class> <type> <coding> <system>http://loinc.org</system> <code>34108-1</code> <display>Outpatient Evaluation And Management</display> </coding> </type> <title>Physical</title> <confidentialityCode> <system>http://ihe.net/xds/connectathon/confidentialityCodes</system> <code>1.3.6.1.4.1.21367.2006.7.101</code> <display>Clinical-Staff</display> </confidentialityCode> <subject> <type>Person</type> <id>xcda</id> </subject> <!--Dopplemeyer Sherry Primary Surgon Orthopedic Cleveland Clinic Berea Community phone john.doe@healthcare.example.org Smitty Gerald Attending Orthopedic Cleveland Clinic Parma Community phone john.doe@healthcare.example.org Welby Marcus Dr MD Agent xds-author-1 Person xds-author-2 --> <author> <type>Agent</type> <id>example</id> </author> <event> <code> <coding> <system>http://ihe.net/xds/connectathon/eventCodes</system> <code>todo</code> <display>to do</display> </coding> </code> <period> <start>2004-12-23T08:00:00</start> <end>2004-12-23T08:01:00</end> </period> </event> <facilityType> <coding> <system>http://www.ihe.net/xds/connetathon/healthcareFacilityTypeCodes</system> <code>Outpatient</code> <display>Outpatient</display> </coding> </facilityType> <practiceSetting> <coding> <system>http://www.ihe.net/xds/connetathon/practiceSettingCodes</system> <code>General Medicine</code> <display>General Medicine</display> </coding> </practiceSetting> </information> <format> <system>http://ihe.net/xds/connectathon/formatCodes</system> <code>CDAR2/IHE 1.0</code> <display>CDAR2/IHE 1.0</display> </format> <availability>Approved</availability> <folder> <type>XdsFolder</type> <id>1.2.36.90146595217.4.2.1</id> </folder> <subject> <type>Person</type> <id>xcda</id> </subject> <content> <contentType>text/plain</contentType> <size>3654</size> <hash>da39a3ee5e6b4b0d3255bfef95601890afd80709</hash> </content> <text> <status>generated</status> <div xmlns="http://www.w3.org/1999/xhtml">Text</div> </text> </XdsEntry2> professional Person xds-attester
JSON Equivalent
Example of xdsentry2
{"XdsEntry2": { "content": { "hash": {"value": "da39a3ee5e6b4b0d3255bfef95601890afd80709"}, "contentType": {"value": "text/plain"}, "size": {"value": "3654"} }, "folder": [{ "id": {"value": "1.2.36.90146595217.4.2.1"}, "type": {"value": "XdsFolder"} }], "id": { "id": {"value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7"}, "system": {"value": "urn:ietf:rfc:3986"} }, "information": { "confidentialityCode": { "system": {"value": "http://ihe.net/xds/connectathon/confidentialityCodes"}, "display": {"value": "Clinical-Staff"}, "code": {"value": "1.3.6.1.4.1.21367.2006.7.101"} }, "author": [{ "id": {"value": "example"}, "type": {"value": "Agent"} }], "facilityType": {"coding": [{ "system": {"value": "http://www.ihe.net/xds/connetathon/healthcareFacilityTypeCodes"}, "display": {"value": "Outpatient"}, "code": {"value": "Outpatient"} }]}, "title": {"value": "Physical"}, "practiceSetting": {"coding": [{ "system": {"value": "http://www.ihe.net/xds/connetathon/practiceSettingCodes"}, "display": {"value": "General Medicine"}, "code": {"value": "General Medicine"} }]}, "event": { "code": [{"coding": [{ "system": {"value": "http://ihe.net/xds/connectathon/eventCodes"}, "display": {"value": "to do"}, "code": {"value": "todo"} }]}], "period": { "start": {"value": "2004-12-23T08:00:00"}, "end": {"value": "2004-12-23T08:01:00"} } }, "subject": { "id": {"value": "xcda"}, "type": {"value": "Person"} }, "class": { "system": {"value": "http://ihe.net/xds/connectathon/classCodes"}, "display": {"value": "History and Physical"}, "code": {"value": "History and Physical"} }, "type": {"coding": [{ "system": {"value": "http://loinc.org"}, "display": {"value": "Outpatient Evaluation And Management"}, "code": {"value": "34108-1"} }]}, "instant": {"value": "2005-12-24T09:35:00+11:00"} }, "text": { "status": "generated", "div": "<div>Text<\/div>" }, "subject": { "id": {"value": "xcda"}, "type": {"value": "Person"} }, "format": { "system": {"value": "http://ihe.net/xds/connectathon/formatCodes"}, "display": {"value": "CDAR2/IHE 1.0"}, "code": {"value": "CDAR2/IHE 1.0"} }, "availability": "Approved" }}
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