DiagnosticReport Resource
AdvaPACS uses the DiagnosticReport resource to represent observations completed for ServiceRequests.
A DiagnosticReport can be provided in any of the following formats.
- application/pdf
- text/plain
- text/html
- text/hl7+ft (These will be converted to HTML automatically)
More than one presentedForm
can be provided, but all items
should have identical content.
Reference
For full information on the DiagnosticReport resource, please refer to the FHIR standard.
Supported Transactions
- Search
- Read
- Create
- Update
- Delete
Example Resource
This example shows the attributes supported by AdvaPACS.
{
"resourceType":"DiagnosticReport",
"id":"9443b96d-9e23-4050-b94d-2e566f7f12ca",
"identifier":[
{
"type":{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/v2-0203",
"code":"RI"
}
]
},
"system":"http://fhir.example.com/diagnostic-reports",
"value":"100000",
"assigner":{
"reference":"Organization/3588f973-8bb0-4133-9296-77aa49441eb2"
}
}
],
"basedOn":[
{
"reference":"ServiceRequest/07ac8e11-27f9-4964-a834-13991a4da028"
}
],
"status":"final",
"subject":{
"reference":"Patient/84ce386e-3857-485f-832b-9127b7a4ccb6"
},
"issued":"2017-02-10T04:24:27.000+00:00",
"performer":[
{
"extension":[
{
"url":"http://hl7.org/fhir/StructureDefinition/event-performerFunction",
"valueCodeableConcept":{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code":"AUT"
}
]
}
}
],
"reference":"Practitioner/082162f0-e009-408a-a37d-2f72401a701d"
},
{
"extension":[
{
"url":"http://hl7.org/fhir/StructureDefinition/event-performerFunction",
"valueCodeableConcept":{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code":"VRF"
}
]
}
}
],
"reference":"Practitioner/45716c9c-265b-49c0-8af1-b4330c547422"
},
{
"extension":[
{
"url":"http://hl7.org/fhir/StructureDefinition/event-performerFunction",
"valueCodeableConcept":{
"coding":[
{
"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code":"TRANS"
}
]
}
}
],
"reference":"Practitioner/45716c9c-265b-49c0-8af1-b4330c547422"
}
],
"resultsInterpreter":[
{
"reference":"Practitioner/082162f0-e009-408a-a37d-2f72401a701d"
}
],
"presentedForm":[
{
"contentType":"text/plain",
"data":"WFJBWSBDSEVTVAoKTm9ybWFsIGNoZXN0IHhyYXku"
},
{
"contentType":"text/html",
"data":"PGI+WFJBWSBDSEVTVDxiPjxici8+PGJyLz5Ob3JtYWwgY2hlc3QgeHJheS4="
}
]
}