This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

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"}
    }]}
  }]
}}