{
  "resourceType" : "ImagingStudy",
  "id" : "TII-ImagingStudy-5-1",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/ips/StructureDefinition/ImagingStudy-uv-ips"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy TII-ImagingStudy-5-1</b></p><a name=\"TII-ImagingStudy-5-1\"> </a><a name=\"hcTII-ImagingStudy-5-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ImagingStudy-uv-ips.html\">ImagingStudy (IPS)</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.2.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of &quot;urn:oid:&quot;. See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:2.16.840.1.113883.2.9.999.1.12345</p><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Alexander Heig  Male, DoB: 1957 ( http://trilliumbridge.eu/fhir/demos/eumfh/inject#39-07)</a></p><p><b>procedureCode</b>: <span title=\"Codes:{http://loinc.org 49569-7}\">SPECT Heart perfusion and wall motion at rest and W stress and W Tl-201 IV and W Tc-99m Sestamibi IV</span></p><p><b>reasonCode</b>: <span title=\"Codes:\">Chest pain, hypertension, type II diabetes mellitus.</span></p><h3>Series</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>Modality</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2.16.840.1.113883.2.9.999.2.12345</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-NM\">DICOM: NM</a> (Nuclear Medicine)</td><td><a href=\"http://snomed.info/id/80891009\">SNOMED CT: 80891009</a> (Heart)</td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "urn:dicom:uid",
    "value" : "urn:oid:2.16.840.1.113883.2.9.999.1.12345"
  }],
  "status" : "available",
  "subject" : {
    "reference" : "Patient/eumfh-39-07"
  },
  "procedureCode" : [{
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "49569-7",
      "display" : "SPECT Heart perfusion and wall motion at rest and W stress and W Tl-201 IV and W Tc-99m Sestamibi IV"
    }]
  }],
  "reasonCode" : [{
    "text" : "Chest pain, hypertension, type II diabetes mellitus."
  }],
  "series" : [{
    "uid" : "2.16.840.1.113883.2.9.999.2.12345",
    "modality" : {
      "system" : "http://dicom.nema.org/resources/ontology/DCM",
      "code" : "NM",
      "display" : "Nuclear Medicine"
    },
    "bodySite" : {
      "system" : "http://snomed.info/sct",
      "code" : "80891009",
      "display" : "Heart"
    }
  }]
}