Austrian Patient Summary (R4)
0.2.0 - STU1

Austrian Patient Summary (R4) - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AtApsImagingStudy-Beispiel - JSON Representation

Raw json | Download

{
  "resourceType" : "ImagingStudy",
  "id" : "AtApsExampleImagingStudy01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-imagingstudy"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy AtApsExampleImagingStudy01</b></p><a name=\"AtApsExampleImagingStudy01\"> </a><a name=\"hcAtApsExampleImagingStudy01\"> </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-at-aps-imagingstudy.html\">AT APS ImagingStudy</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.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.124.113543.6003.1154777499.30246.19789.3503430045</p><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/2.0.0/Patient-HL7ATCorePatientExample01.html\">Max Mustermann</a></p><p><b>started</b>: 2011-01-01 11:01:20+0300</p><p><b>numberOfSeries</b>: 1</p><p><b>numberOfInstances</b>: 1</p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.16.124.113543.6003.2588828330.45298.17418.2723805630</p><p><b>number</b>: 3</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-CT\">DICOM: CT</a> (Computed Tomography)</p><p><b>description</b>: CT-Überblick 180</p><p><b>numberOfInstances</b>: 1</p><p><b>bodySite</b>: <a href=\"http://snomed.info/id/67734004\">SNOMED CT: 67734004</a> (Upper Trunk Structure)</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td><td><b>Number</b></td></tr><tr><td style=\"display: none\">*</td><td>2.16.124.113543.6003.189642796.63084.16748.2599092903</td><td>unknown: urn:oid:1.2.840.10008.5.1.4.1.1.2 (urn:oid:1.2.840.10008.5.1.4.1.1.2)</td><td>1</td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "urn:dicom:uid",
      "value" : "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045"
    }
  ],
  "status" : "available",
  "subject" : {
    "reference" : "Patient/HL7ATCorePatientExample01",
    "display" : "Max Mustermann"
  },
  "started" : "2011-01-01T11:01:20+03:00",
  "numberOfSeries" : 1,
  "numberOfInstances" : 1,
  "series" : [
    {
      "uid" : "2.16.124.113543.6003.2588828330.45298.17418.2723805630",
      "number" : 3,
      "modality" : {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "CT"
      },
      "description" : "CT-Überblick 180",
      "numberOfInstances" : 1,
      "bodySite" : {
        "system" : "http://snomed.info/sct",
        "code" : "67734004",
        "display" : "Upper Trunk Structure"
      },
      "instance" : [
        {
          "uid" : "2.16.124.113543.6003.189642796.63084.16748.2599092903",
          "sopClass" : {
            "system" : "urn:ietf:rfc:3986",
            "code" : "urn:oid:1.2.840.10008.5.1.4.1.1.2"
          },
          "number" : 1
        }
      ]
    }
  ]
}