Imaging Diagnostic Report
0.0.1-current - ci-build International flag

Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions

: Condition: Shortness of Breath - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "example-Condition-ShortnessOfBreath",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-Condition-ShortnessOfBreath</b></p><a name=\"example-Condition-ShortnessOfBreath\"> </a><a name=\"hcexample-Condition-ShortnessOfBreath\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status provisional}\">Provisional</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm R06.02}\">Shortness of Breath</span></p><p><b>subject</b>: <a href=\"Patient-example-Patient.html\">Jane Doe  Female, DoB Unknown ( Medical Record Number: 1234567)</a></p><p><b>asserter</b>: <a href=\"Practitioner-example-Practitioner-Radiologist.html\">Practitioner Roger Roentgen </a></p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "provisional"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "R06.02",
        "display" : "Shortness of Breath"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-Patient"
  },
  "asserter" : {
    🔗 "reference" : "Practitioner/example-Practitioner-Radiologist"
  }
}