This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
XDS SubmissionSet example
{
"resourceType" : "List",
"id" : "example-xds",
"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.