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

: RWDBundle - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "RWDBundle",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:2ca799ba-56af-4fa6-ac9c-44f736ef1a02"
  },
  "type" : "document",
  "timestamp" : "2017-02-24T00:00:00.0000Z",
  "entry" : [
    {
      "fullUrl" : "http://example.org/Composition/RWDComposition",
      "resource" : {
        "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\">See above (Encounter/RWDEncounter)</a></p><p><b>date</b>: 2022-11-15 22:22:15-0700</p><p><b>author</b>: <a href=\"#Device_RWDAuthor\">See above (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"
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/RWDPatient",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "RWDPatient",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"RWDPatient\"> </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 Patient &quot;RWDPatient&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/STU1.1/StructureDefinition-Patient-uv-ips.html\">Patient (IPS)</a></p></div><p><b>name</b>: Sample Patient </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1970-11-27</p></div>"
        },
        "name" : [
          {
            "family" : "Patient",
            "given" : [
              "Sample"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1970-11-27"
      }
    },
    {
      "fullUrl" : "http://example.org/Device/RWDAuthor",
      "resource" : {
        "resourceType" : "Device",
        "id" : "RWDAuthor",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"RWDAuthor\"> </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 Device &quot;RWDAuthor&quot; </p></div><h3>DeviceNames</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>Real World Data EHR</td><td>model-name</td></tr></table></div>"
        },
        "deviceName" : [
          {
            "name" : "Real World Data EHR",
            "type" : "model-name"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Organization/RWDLaboratory",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "RWDLaboratory",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"RWDLaboratory\"> </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 Organization &quot;RWDLaboratory&quot; </p></div><p><b>name</b>: Sample Real World Data Laboratory</p></div>"
        },
        "name" : "Sample Real World Data Laboratory"
      }
    },
    {
      "fullUrl" : "http://example.org/Condition/RWDProblem",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "RWDProblem",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ConditionRwd"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"RWDProblem\"> </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 Condition &quot;RWDProblem&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ConditionRwd.html\">ConditionRwd</a></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>code</b>: Chronic ischemic heart disease (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#413838009)</span></p><p><b>subject</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p><p><b>encounter</b>: <a href=\"#Encounter_RWDEncounter\">See above (Encounter/RWDEncounter)</a></p><p><b>recordedDate</b>: 2022-07-01</p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active"
            }
          ]
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "413838009"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/RWDPatient"
        },
        "encounter" : {
          "reference" : "Encounter/RWDEncounter"
        },
        "recordedDate" : "2022-07-01"
      }
    },
    {
      "fullUrl" : "http://example.org/AllergyIntolerance/RWDAllergyIntolerance",
      "resource" : {
        "resourceType" : "AllergyIntolerance",
        "id" : "RWDAllergyIntolerance",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AllergyIntolerance</b><a name=\"RWDAllergyIntolerance\"> </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 AllergyIntolerance &quot;RWDAllergyIntolerance&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/STU1.1/StructureDefinition-AllergyIntolerance-uv-ips.html\">Allergy Intolerance (IPS)</a></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-allergyintolerance-clinical.html\">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-allergyintolerance-verification.html\">AllergyIntolerance Verification Status</a>#confirmed)</span></p><p><b>code</b>: No known allergies <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/uv/ips/STU1.1/CodeSystem-absent-unknown-uv-ips.html\">Absent and Unknown Data - IPS</a>#no-known-allergies)</span></p><p><b>patient</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
              "code" : "active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
              "code" : "confirmed"
            }
          ]
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips",
              "code" : "no-known-allergies"
            }
          ]
        },
        "patient" : {
          "reference" : "Patient/RWDPatient"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/MedicationStatement/RWDMedicationStatementFromRequest",
      "resource" : {
        "resourceType" : "MedicationStatement",
        "id" : "RWDMedicationStatementFromRequest",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationStatementRwd"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"RWDMedicationStatementFromRequest\"> </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 MedicationStatement &quot;RWDMedicationStatementFromRequest&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationStatementRwd.html\">MedicationStatementRwd</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: ticagrelor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#1116632)</span></p><p><b>subject</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p><p><b>context</b>: <a href=\"#Encounter_RWDEncounter\">See above (Encounter/RWDEncounter)</a></p><p><b>effective</b>: 2022-07-02</p><p><b>derivedFrom</b>: <a href=\"#MedicationRequest_RWDMedicationRequest\">See above (MedicationRequest/RWDMedicationRequest)</a></p></div>"
        },
        "status" : "completed",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "1116632"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/RWDPatient"
        },
        "context" : {
          "reference" : "Encounter/RWDEncounter"
        },
        "effectiveDateTime" : "2022-07-02",
        "derivedFrom" : [
          {
            "reference" : "MedicationRequest/RWDMedicationRequest"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/MedicationStatement/RWDMedicationStatementFromDispense",
      "resource" : {
        "resourceType" : "MedicationStatement",
        "id" : "RWDMedicationStatementFromDispense",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationStatementRwd"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"RWDMedicationStatementFromDispense\"> </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 MedicationStatement &quot;RWDMedicationStatementFromDispense&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationStatementRwd.html\">MedicationStatementRwd</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: prasugrel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#613391)</span></p><p><b>subject</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p><p><b>context</b>: <a href=\"#Encounter_RWDEncounter\">See above (Encounter/RWDEncounter)</a></p><p><b>effective</b>: 2022-07-02</p><p><b>derivedFrom</b>: <a href=\"#MedicationDispense_RWDMedicationDispense\">See above (MedicationDispense/RWDMedicationDispense)</a></p></div>"
        },
        "status" : "completed",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "613391"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/RWDPatient"
        },
        "context" : {
          "reference" : "Encounter/RWDEncounter"
        },
        "effectiveDateTime" : "2022-07-02",
        "derivedFrom" : [
          {
            "reference" : "MedicationDispense/RWDMedicationDispense"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/MedicationStatement/RWDMedicationStatementFromAdministration",
      "resource" : {
        "resourceType" : "MedicationStatement",
        "id" : "RWDMedicationStatementFromAdministration",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationStatementRwd"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"RWDMedicationStatementFromAdministration\"> </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 MedicationStatement &quot;RWDMedicationStatementFromAdministration&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationStatementRwd.html\">MedicationStatementRwd</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: clopidogrel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#32968)</span></p><p><b>subject</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p><p><b>context</b>: <a href=\"#Encounter_RWDEncounter\">See above (Encounter/RWDEncounter)</a></p><p><b>effective</b>: 2022-07-02</p><p><b>derivedFrom</b>: <a href=\"#MedicationAdministration_RWDMedicationAdministration\">See above (MedicationAdministration/RWDMedicationAdministration)</a></p></div>"
        },
        "status" : "completed",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "32968"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/RWDPatient"
        },
        "context" : {
          "reference" : "Encounter/RWDEncounter"
        },
        "effectiveDateTime" : "2022-07-02",
        "derivedFrom" : [
          {
            "reference" : "MedicationAdministration/RWDMedicationAdministration"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/MedicationRequest/RWDMedicationRequest",
      "resource" : {
        "resourceType" : "MedicationRequest",
        "id" : "RWDMedicationRequest",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationRequestRwd"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"RWDMedicationRequest\"> </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 MedicationRequest &quot;RWDMedicationRequest&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationRequestRwd.html\">MedicationRequestRwd</a></p></div><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>medication</b>: ticagrelor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#1116632)</span></p><p><b>subject</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p><p><b>authoredOn</b>: 2022-07-02</p></div>"
        },
        "status" : "completed",
        "intent" : "order",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "1116632"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/RWDPatient"
        },
        "authoredOn" : "2022-07-02"
      }
    },
    {
      "fullUrl" : "http://example.org/MedicationDispense/RWDMedicationDispense",
      "resource" : {
        "resourceType" : "MedicationDispense",
        "id" : "RWDMedicationDispense",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationDispenseRwd"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationDispense</b><a name=\"RWDMedicationDispense\"> </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 MedicationDispense &quot;RWDMedicationDispense&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationDispenseRwd.html\">MedicationDispenseRwd</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: prasugrel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#613391)</span></p><p><b>subject</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p><p><b>whenHandedOver</b>: 2022-07-02</p></div>"
        },
        "status" : "completed",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "613391"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/RWDPatient"
        },
        "whenHandedOver" : "2022-07-02"
      }
    },
    {
      "fullUrl" : "http://example.org/MedicationAdministration/RWDMedicationAdministration",
      "resource" : {
        "resourceType" : "MedicationAdministration",
        "id" : "RWDMedicationAdministration",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/MedicationAdministrationRwd"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationAdministration</b><a name=\"RWDMedicationAdministration\"> </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 MedicationAdministration &quot;RWDMedicationAdministration&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationAdministrationRwd.html\">MedicationAdministrationRwd</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: clopidogrel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#32968)</span></p><p><b>subject</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p><p><b>effective</b>: 2022-07-02</p></div>"
        },
        "status" : "completed",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "32968"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/RWDPatient"
        },
        "effectiveDateTime" : "2022-07-02"
      }
    },
    {
      "fullUrl" : "http://example.org/Procedure/RWDProcedure",
      "resource" : {
        "resourceType" : "Procedure",
        "id" : "RWDProcedure",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ProcedureRwd"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"RWDProcedure\"> </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 Procedure &quot;RWDProcedure&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ProcedureRwd.html\">ProcedureRwd</a></p></div><p><b>status</b>: completed</p><p><b>code</b>: Angioplasty <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#418285008)</span></p><p><b>subject</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p><p><b>performed</b>: 2022-07-02</p><p><b>outcome</b>: Successful <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385669000)</span></p></div>"
        },
        "status" : "completed",
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "418285008",
              "display" : "Angioplasty"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/RWDPatient"
        },
        "performedDateTime" : "2022-07-02",
        "outcome" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "385669000",
              "display" : "Successful"
            }
          ]
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Observation/RWDLabResult",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "RWDLabResult",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/ObservationLaboratoryResultsRwd"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"RWDLabResult\"> </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 Observation &quot;RWDLabResult&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ObservationLaboratoryResultsRwd.html\">ObservationLaboratoryResultsRwd</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Platelets [#/volume] in Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#26515-7)</span></p><p><b>subject</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p><p><b>effective</b>: 2022-07-01</p><p><b>performer</b>: <a href=\"#Organization_RWDLaboratory\">See above (Organization/RWDLaboratory)</a></p><p><b>value</b>: 200000 platelets/uL</p><p><b>interpretation</b>: Normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#N)</span></p></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "laboratory"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "26515-7"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/RWDPatient"
        },
        "effectiveDateTime" : "2022-07-01",
        "performer" : [
          {
            "reference" : "Organization/RWDLaboratory"
          }
        ],
        "valueString" : "200000 platelets/uL",
        "interpretation" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                "code" : "N"
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "http://example.org/Encounter/RWDEncounter",
      "resource" : {
        "resourceType" : "Encounter",
        "id" : "RWDEncounter",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/EncounterRwd"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"RWDEncounter\"> </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 Encounter &quot;RWDEncounter&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EncounterRwd.html\">EncounterRwd</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: emergency (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code EMER = 'emergency', stated as 'null')</p><p><b>subject</b>: <a href=\"#Patient_RWDPatient\">See above (Patient/RWDPatient)</a></p><p><b>period</b>: 2022-07-01 --&gt; 2022-07-03</p><p><b>reasonReference</b>: <a href=\"#Condition_RWDProblem\">See above (Condition/RWDProblem)</a></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td>-</td><td><b>DischargeDisposition</b></td></tr><tr><td>*</td><td>Home <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-discharge-disposition.html\">Discharge disposition</a>#home)</span></td></tr></table></div>"
        },
        "status" : "finished",
        "class" : {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "EMER"
        },
        "subject" : {
          "reference" : "Patient/RWDPatient"
        },
        "period" : {
          "start" : "2022-07-01",
          "end" : "2022-07-03"
        },
        "reasonReference" : [
          {
            "reference" : "Condition/RWDProblem"
          }
        ],
        "hospitalization" : {
          "dischargeDisposition" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
                "code" : "home"
              }
            ]
          }
        }
      }
    }
  ]
}