Manifest-based Access to DICOM Objects (MADO)
0.1.0 - trial-use
Manifest-based Access to DICOM Objects (MADO), published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.MADO/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "pat-mrn--1097192655",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat-mrn--1097192655</b></p><a name=\"pat-mrn--1097192655\"> </a><a name=\"hcpat-mrn--1097192655\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John DOE Male, DoB: 1977-05-30 ( Medical Record number: UV59569735\u00a0(use:\u00a0usual,\u00a0))</p><hr/></div>"
},
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical Record number"
}
]
},
"system" : "http://example.org/fhir/mrn-ids",
"value" : "UV59569735"
}
],
"name" : [
{
"text" : "John DOE",
"family" : "DOE",
"given" : [
"John"
]
}
],
"gender" : "male",
"birthDate" : "1977-05-30"
}