0.1.0-current - ci-build
JohnMoehrkeTestDicom, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testDicom/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ImagingStudy",
"id" : "ex-imagingstudy-withBadCode",
"meta" : {
"profile" : [
🔗 "http://johnmoehrke.github.io/testDicom/StructureDefinition/JohnMoehrke.testDicom.testImage.vs"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy ex-imagingstudy-withBadCode</b></p><a name=\"ex-imagingstudy-withBadCode\"> </a><a name=\"hcex-imagingstudy-withBadCode\"> </a><a name=\"ex-imagingstudy-withBadCode-en-US\"> </a><p><b>status</b>: Available</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM PRINT}\">Hard Copy Print Server</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt Other, DoB: 1923-07-25</a></p><h3>Series</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>Modality</b></td></tr><tr><td style=\"display: none\">*</td><td>1.3.6.1.4.1.32473.5</td><td><span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM BI}\">Biomagnetic imaging</span></td></tr></table></div>"
},
"status" : "available",
"modality" : [
{
"coding" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "PRINT"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/ex-patient"
},
"series" : [
{
"uid" : "1.3.6.1.4.1.32473.5",
"modality" : {
"coding" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "BI"
}
]
}
}
]
}