Retrieval of Real World Data for Clinical Research
1.0.0-ballot - ballot International flag

This page is part of the Retrieval of Real World Data for Clinical Research (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: RWDComposition - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "RWDComposition",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Composition-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"RWDComposition\"> </a></p><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\">Resource Composition &quot;RWDComposition&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/STU1.1/StructureDefinition-Composition-uv-ips.html\">Composition (IPS)</a></p></div><p><b>status</b>: final</p><p><b>type</b>: Patient Summary <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#60591-5)</span></p><p><b>encounter</b>: <a href=\"Encounter-RWDEncounter.html\">Encounter/RWDEncounter</a></p><p><b>date</b>: 2022-11-15 22:22:15-0700</p><p><b>author</b>: <a href=\"Device-RWDAuthor.html\">Device/RWDAuthor</a></p><p><b>title</b>: Real World Data Patient Summary</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "60591-5",
        "display" : "Patient Summary"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/RWDPatient"
  },
  "encounter" : {
    "reference" : "Encounter/RWDEncounter"
  },
  "date" : "2022-11-15T22:22:15-07:00",
  "author" : [
    {
      "reference" : "Device/RWDAuthor"
    }
  ],
  "title" : "Real World Data Patient Summary",
  "section" : [
    {
      "title" : "Medication Summary",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "10160-0"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication Summary</div>"
      },
      "entry" : [
        {
          "reference" : "MedicationStatement/RWDMedicationStatementFromRequest"
        },
        {
          "reference" : "MedicationStatement/RWDMedicationStatementFromDispense"
        },
        {
          "reference" : "MedicationStatement/RWDMedicationStatementFromAdministration"
        }
      ]
    },
    {
      "title" : "Allergies and Intolerances Section",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "48765-2"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Allergies and Intolerances Section</div>"
      },
      "entry" : [
        {
          "reference" : "AllergyIntolerance/RWDAllergyIntolerance"
        }
      ]
    },
    {
      "title" : "Problems Section",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "11450-4"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Problems Section</div>"
      },
      "entry" : [
        {
          "reference" : "Condition/RWDProblem"
        }
      ]
    },
    {
      "title" : "History of Procedures Section",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "47519-4"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">History of Procedures Section</div>"
      },
      "entry" : [
        {
          "reference" : "Procedure/RWDProcedure"
        }
      ]
    },
    {
      "title" : "Results Section",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "30954-2"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Results Section</div>"
      },
      "entry" : [
        {
          "reference" : "Observation/RWDLabResult"
        }
      ]
    }
  ]
}