International Patient Summary Implementation Guide
1.1.0 - CI Build International flag

International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. See the Directory of published versions

: Observation: imaging CT Abdomen W contrast IV - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ips-example-imaging-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>\n                <b>CT Abdomen W contrast IV</b>\n            </p>\n            <p>\n                <b>date</b>: 1995-06-08\n            </p>\n            <p>\n                <b>subject</b>:\n                <a>Patient/eumfh-39-07</a>\n            </p>\n            <p>\n                <b>value</b>: 3 cm nodule present in the inferior medial aspect of right liver lobe. Contrast enhancement pattern consistent with the diagnosis of hemangioma.\n            </p>\n        </div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "imaging",
          "display" : "Imaging"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "79103-8",
        "display" : "CT Abdomen W contrast IV"
      }
    ],
    "text" : "Upper abdomen with the administration of oral and intravenous contrast (example-4)"
  },
  "subject" : {
    🔗 "reference" : "Patient/eumfh-39-07"
  },
  "effectiveDateTime" : "1995-06-08",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/eumfh-39-07"
    },
    {
      🔗 "reference" : "Organization/TII-Organization1"
    }
  ],
  "valueString" : "3 cm nodule present in the inferior medial aspect of right liver lobe. Contrast enhancement pattern consistent with the diagnosis of hemangioma."
}