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

Resource XdsEntry - Examples 3.18.3

General 3.18.3.1

Example of xdsentry

Example of xdsentry (id = "example")

<XdsEntry xmlns="http://hl7.org/fhir">
  <repositoryId>oid:1.3.6.1.4...</repositoryId>
  <mimeType>text/plain</mimeType>
  <format>
    <system>http://ihe.net/xds/connectathon/formatCodes</system>
    <code>CDAR2/IHE 1.0</code>
    <display>CDAR2/IHE 1.0</display>
  </format>
  <class>
    <system>http://ihe.net/xds/connectathon/classCodes</system>
    <code>History and Physical</code>
    <display>History and Physical</display>
  </class>
  <type>
    <system>http://loinc.org</system>
    <code>34108-1</code>
    <display>Outpatient Evaluation And Management</display>
  </type>
  <title>Physical</title>
  <documentId>oid:1.3.6.1.4.1.21367.2005.3.7</documentId>
  <availability>Approved</availability>
  <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>
  <created>2005-12-24T09:35:00+11:00</created>
  <event>
    <system>http://ihe.net/xds/connectathon/eventCodes</system>
    <code>todo</code>
    <display>to do</display>
  </event>
  <hash>da39a3ee5e6b4b0d3255bfef95601890afd80709</hash>
  <size>3654</size>
  <language>en-us</language>
  <folder>
    <type>XdsFolder</type>
    <id>1.2.36.90146595217.4.2.1</id>
  </folder>
  <patientId>
    <system>oid:1.3.6.1.4.1.21367.2005.3.7</system>
    <id>ef77eeda67dd4a2</id>
  </patientId>
  <sourcePatientId>
    <system>oid:3.4.5</system>
    <id>89765a87b</id>
  </sourcePatientId>
  <patientInfo>
    <type>Person</type>
    <id>xcda</id>
  </patientInfo>
  <author>
    <name>
      <family>Dopplemeyer</family>
      <given>Sherry</given>
    </name>
    <role>Primary Surgeon</role>
    <specialty>Orthopedic</specialty>
    <institution>
      <name>Cleveland Clinic</name>
    </institution>
    <institution>
      <name>Berea Community</name>
    </institution>
    <contact>
      <system>phone</system>
      <value>john.doe@healthcare.example.org</value>
    </contact>
  </author>
  <author>
    <name>
      <family>Smitty</family>
      <given>Gerald</given>
    </name>
    <role>Attending</role>
    <specialty>Orthopedic</specialty>
    <institution>
      <name>Cleveland Clinic</name>
    </institution>
    <institution>
      <name>Parma Community</name>
    </institution>
    <contact>
      <system>phone</system>
      <value>john.doe@healthcare.example.org</value>
    </contact>
  </author>
  <authenticator>
    <name>
      <family>Welby</family>
      <given>Marcus</given>
      <prefix>Dr</prefix>
      <suffix>MD</suffix>
    </name>
  </authenticator>
  <facilityType>
    <system>http://www.ihe.net/xds/connetathon/healthcareFacilityTypeCodes</system>
    <code>Outpatient</code>
    <display>Outpatient</display>
  </facilityType>
  <practiceSetting>
    <system>http://www.ihe.net/xds/connetathon/practiceSettingCodes</system>
    <code>General Medicine</code>
    <display>General Medicine</display>
  </practiceSetting>
  <homeCommunity>1.2.36.1.1001.1.1.1.1</homeCommunity>
  <service>
    <start>2004-12-23T08:00:00</start>
    <stop>2004-12-23T08:01:00</stop>
  </service>
  <comments>Annual physical</comments>
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">Text</div>
  </text>
</XdsEntry>

JSON Equivalent

Example of xdsentry

{"XdsEntry": {
  "patientInfo": {
    "id": {"value": "xcda"},
    "type": {"value": "Person"}
  },
  "facilityType": {
    "system": {"value": "http://www.ihe.net/xds/connetathon/healthcareFacilityTypeCodes"},
    "display": {"value": "Outpatient"},
    "code": {"value": "Outpatient"}
  },
  "type": {
    "system": {"value": "http://loinc.org"},
    "display": {"value": "Outpatient Evaluation And Management"},
    "code": {"value": "34108-1"}
  },
  "sourcePatientId": {
    "id": {"value": "89765a87b"},
    "system": {"value": "oid:3.4.5"}
  },
  "patientId": {
    "id": {"value": "ef77eeda67dd4a2"},
    "system": {"value": "oid:1.3.6.1.4.1.21367.2005.3.7"}
  },
  "author": [
    {
      "name": {
        "given": [{"value": "Sherry"}],
        "family": [{"value": "Dopplemeyer"}]
      },
      "role": [{"value": "Primary Surgeon"}],
      "contact": [{
        "system": "phone",
        "value": {"value": "john.doe@healthcare.example.org"}
      }],
      "specialty": [{"value": "Orthopedic"}],
      "institution": [
        {"name": {"value": "Cleveland Clinic"}},
        {"name": {"value": "Berea Community"}}
      ]
    },
    {
      "name": {
        "given": [{"value": "Gerald"}],
        "family": [{"value": "Smitty"}]
      },
      "role": [{"value": "Attending"}],
      "contact": [{
        "system": "phone",
        "value": {"value": "john.doe@healthcare.example.org"}
      }],
      "specialty": [{"value": "Orthopedic"}],
      "institution": [
        {"name": {"value": "Cleveland Clinic"}},
        {"name": {"value": "Parma Community"}}
      ]
    }
  ],
  "title": {"value": "Physical"},
  "created": {"value": "2005-12-24T09:35:00+11:00"},
  "event": [{
    "system": {"value": "http://ihe.net/xds/connectathon/eventCodes"},
    "display": {"value": "to do"},
    "code": {"value": "todo"}
  }],
  "homeCommunity": {"value": "1.2.36.1.1001.1.1.1.1"},
  "mimeType": {"value": "text/plain"},
  "availability": "Approved",
  "text": {
    "status": "generated",
    "div": "<div>Text<\/div>"
  },
  "hash": {"value": "da39a3ee5e6b4b0d3255bfef95601890afd80709"},
  "class": {
    "system": {"value": "http://ihe.net/xds/connectathon/classCodes"},
    "display": {"value": "History and Physical"},
    "code": {"value": "History and Physical"}
  },
  "format": {
    "system": {"value": "http://ihe.net/xds/connectathon/formatCodes"},
    "display": {"value": "CDAR2/IHE 1.0"},
    "code": {"value": "CDAR2/IHE 1.0"}
  },
  "repositoryId": {"value": "oid:1.3.6.1.4..."},
  "authenticator": {"name": {
    "given": [{"value": "Marcus"}],
    "family": [{"value": "Welby"}],
    "prefix": [{"value": "Dr"}],
    "suffix": [{"value": "MD"}]
  }},
  "size": {"value": "3654"},
  "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"}
  },
  "folder": [{
    "id": {"value": "1.2.36.90146595217.4.2.1"},
    "type": {"value": "XdsFolder"}
  }],
  "practiceSetting": {
    "system": {"value": "http://www.ihe.net/xds/connetathon/practiceSettingCodes"},
    "display": {"value": "General Medicine"},
    "code": {"value": "General Medicine"}
  },
  "service": {
    "stop": {"value": "2004-12-23T08:01:00"},
    "start": {"value": "2004-12-23T08:00:00"}
  },
  "language": {"value": "en-us"},
  "documentId": {"value": "oid:1.3.6.1.4.1.21367.2005.3.7"},
  "comments": {"value": "Annual physical"}
}}

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