FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example List/example-xds (JSON)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

XDS SubmissionSet example

{
  "resourceType" : "List",
  "id" : "example-xds",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Physical</h2><table class=\"clstu\"><tr><td>Date: Dec 26, 2004, 4:50:50 AMMode: workingStatus: currentCode: History and Physical</td></tr><tr><td>Subject: <a href=\"patient-example-xcda.html\">Patient/xcda</a> &quot;Henry LEVIN&quot;Source: (null)</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"documentreference-example.html\">DocumentReference/example</a></td></tr></table></div>"
  },
  "contained" : [{
    "resourceType" : "Practitioner",
    "id" : "a1",
    "name" : [{
      "family" : "Dopplemeyer",
      "given" : ["Sherry"]
    }],
    "telecom" : [{
      "system" : "email",
      "value" : "john.doe@healthcare.example.org"
    }]
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://ihe.net/fhir/CodeSystem/identifier-type",
        "code" : "master"
      }]
    },
    "system" : "http://example.org/documents",
    "value" : "23425234234-2346"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://ihe.net/fhir/CodeSystem/identifier-type",
        "code" : "set"
      }]
    },
    "system" : "http://example.org/documents",
    "value" : "23425234234-2347"
  }],
  "status" : "current",
  "mode" : "working",
  "title" : "Physical",
  "code" : {
    "text" : "History and Physical"
  },
  "subject" : [{
    "reference" : "Patient/xcda"
  }],
  "date" : "2004-12-25T23:50:50-05:00",
  "source" : {
    "reference" : "#a1"
  },
  "entry" : [{
    "item" : {
      "reference" : "DocumentReference/example"
    }
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.