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 Document - Examples 2.3.10

General 2.3.10.1

Example of document

Example of document (id = "example")

<Document xmlns="http://hl7.org/fhir">
  <information>
    <id>
      <system>http://healthintersections.com.au/test</system>
      <id>1</id>
    </id>
    <versionId>
      <system>urn:ietf:rfc:3986</system>
      <id>urn:uuid:72391709-b9ae-4053-b888-4bee268bf5da</id> 
    </versionId>
    <instant>2012-01-04T09:10:14Z</instant>
    <type>
      <coding>
        <system>http://loinc.org</system>
        <code>11488-4</code>
        <display>Consultation note</display>
      </coding>
    </type>
    <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>Patient</type>
      <id>xcda</id>
      <display>Henry Levin the 7th</display>
    </subject>
    <author>
      <type>Person</type>
      <id>xcda</id>
      <display>Robert Dolin MD</display>
    </author>
    <attester>
      <mode>legal</mode>
      <party>
        <type>Person</type>
        <id>xcda</id>
        <display>Robert Dolin MD</display>
      </party>
    </attester>
    <custodian>
      <type>Organization</type>
      <id>2.16.840.1.113883.19.5</id>
      <display>Good Health Clinic</display>
    </custodian>
  </information>
  <section>
    <code>
      <coding>
        <system>http://loinc.org</system>
        <code>10164-2</code>
      </coding>
    </code>
    <content>
      <!--   we really need a different resource here, but it's not yet defined   -->
      <type>Prescription</type> 
      <id>example</id>
    </content>
  </section>
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Consultation note for Henry Levin the 7th</p>
    </div>
  </text>
</Document>

JSON Equivalent

Example of document

{"Document": {
  "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"}
    },
    "id": {
      "id": {"value": "1"},
      "system": {"value": "http://healthintersections.com.au/test"}
    },
    "author": [{
      "id": {"value": "xcda"},
      "display": {"value": "Robert Dolin MD"},
      "type": {"value": "Person"}
    }],
    "custodian": {
      "id": {"value": "2.16.840.1.113883.19.5"},
      "display": {"value": "Good Health Clinic"},
      "type": {"value": "Organization"}
    },
    "attester": [{
      "party": {
        "id": {"value": "xcda"},
        "display": {"value": "Robert Dolin MD"},
        "type": {"value": "Person"}
      },
      "mode": "legal"
    }],
    "subject": {
      "id": {"value": "xcda"},
      "display": {"value": "Henry Levin the 7th"},
      "type": {"value": "Patient"}
    },
    "versionId": {
      "id": {"value": "urn:uuid:72391709-b9ae-4053-b888-4bee268bf5da"},
      "system": {"value": "urn:ietf:rfc:3986"}
    },
    "type": {"coding": [{
      "system": {"value": "http://loinc.org"},
      "display": {"value": "Consultation note"},
      "code": {"value": "11488-4"}
    }]},
    "instant": {"value": "2012-01-04T09:10:14Z"}
  },
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>Consultation note for Henry Levin the 7th<\/p>\n    <\/div>"
  },
  "section": [{
    "content": {
      "id": {"value": "example"},
      "type": {"value": "Prescription"}
    },
    "code": {"coding": [{
      "system": {"value": "http://loinc.org"},
      "code": {"value": "10164-2"}
    }]}
  }]
}}

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