Radiology (Sandbox)
0.0.1-current - ci-build
Requirement Specification
This is for collaboration and discussion purposes and is subject to change.
This is not an Implementation Guide
Radiology (Sandbox) - Local Development build (v0.0.1-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "DocumentReferenceImagingStudyNRL",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocumentReferenceImagingStudyNRL</b></p><a name=\"DocumentReferenceImagingStudyNRL\"> </a><a name=\"hcDocumentReferenceImagingStudyNRL\"> </a><a name=\"DocumentReferenceImagingStudyNRL-en-US\"> </a><p><b>identifier</b>: Accession-Number/Y05868.123456789</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 418062002}\">MRA upper limb artery</span></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 721981007}\">Diagnostic studies report</span></p><p><b>subject</b>: Identifier: <code>https://fhir.nhs.uk/Id/nhs-number</code>/9912003888</p><p><b>custodian</b>: LEEDS TEACHING HOSPITALS NHS TRUST (Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/RR8)</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/dicom+json</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu2@2.1.0&canonical=https://a-pacs-system.org.nhs.uk/some-path/wado-rs/studies/7a530b22-688e-4623-876f-48d0037007ba/metadata\">https://a-pacs-system.org.nhs.uk/some-path/wado-rs/studies/7a530b22-688e-4623-876f-48d0037007ba/metadata</a></td><td>Diagnostic Studies Report</td><td>2023-10-22 09:31:45+0000</td></tr></table><p><b>format</b>: [not stated] direct: Direct</p></blockquote></div>"
},
"identifier" : [
{
"type" : {
"text" : "Accession-Number"
},
"value" : "Y05868.123456789"
}
],
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "418062002",
"display" : "MRA upper limb artery"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "721981007",
"display" : "Diagnostic studies report"
}
]
}
],
"subject" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/nhs-number",
"value" : "9912003888"
}
},
"custodian" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "RR8"
},
"display" : "LEEDS TEACHING HOSPITALS NHS TRUST"
},
"content" : [
{
"attachment" : {
"contentType" : "application/dicom+json",
"url" : "https://a-pacs-system.org.nhs.uk/some-path/wado-rs/studies/7a530b22-688e-4623-876f-48d0037007ba/metadata",
"title" : "Diagnostic Studies Report",
"creation" : "2023-10-22T09:31:45+00:00"
},
"format" : {
"code" : "direct",
"display" : "Direct"
}
}
]
}