Manifest-based Access to DICOM Objects (MADO)
1.0.0 - trial-use
This page is part of the Manifest-based Access to DICOM Objects (MADO) (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "ExamplePatient",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatient</b></p><a name=\"ExamplePatient\"> </a><a name=\"hcExamplePatient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Pietje Puk Male, DoB Unknown ( Medical Record number: PID_666\u00a0(use:\u00a0official,\u00a0))</p><hr/></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical Record number"
}
]
},
"system" : "http://example.org/hospital/mrn",
"value" : "PID_666"
}
],
"name" : [
{
"family" : "Puk",
"given" : [
"Pietje"
]
}
],
"gender" : "male"
}