COVID19 Case Reporting
0.1.0 - CI Build International flag

COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions

: Example Bundle - EMR - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "EMR",
  "type" : "transaction",
  "entry" : [
    {
      "fullUrl" : "Patient/Covid19PatientExample",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "Covid19PatientExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"Covid19PatientExample\"> </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;Covid19PatientExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-patient.html\">Patient</a></p></div><p><b>identifier</b>: Passport number: PASSPORT1234567, id:\u00a0NAT1234567</p><p><b>active</b>: true</p><p><b>name</b>: Jane Maria Smith (OFFICIAL)</p><p><b>telecom</b>: <a href=\"tel:+27825556666\">+27825556666</a>, <a href=\"mailto:someone@example.com\">someone@example.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1986-06-04</p><p><b>address</b>: Cape Town Western Province South Africa </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Next-of-Kin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0131.html\">contactRole2</a>#N)</span></td><td>John Doe </td><td><a href=\"tel:+27829999999\">+27829999999</a></td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p></div>"
        },
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "PPN"
                }
              ]
            },
            "system" : "http://openhie.org/fhir/covid19-casereporting/identifier/passport",
            "value" : "PASSPORT1234567"
          },
          {
            "system" : "http://openhie.org/fhir/covid19-casereporting/identifier/nid",
            "value" : "NAT1234567"
          }
        ],
        "active" : true,
        "name" : [
          {
            "use" : "official",
            "family" : "Smith",
            "given" : [
              "Jane",
              "Maria"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+27825556666"
          },
          {
            "system" : "email",
            "value" : "someone@example.com"
          }
        ],
        "gender" : "female",
        "birthDate" : "1986-06-04",
        "address" : [
          {
            "city" : "Cape Town",
            "district" : "City of Cape Town",
            "state" : "Western Province",
            "country" : "South Africa"
          }
        ],
        "contact" : [
          {
            "relationship" : [
              {
                "coding" : [
                  {
                    "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
                    "code" : "N"
                  }
                ]
              }
            ],
            "name" : {
              "family" : "Doe",
              "given" : [
                "John"
              ]
            },
            "telecom" : [
              {
                "system" : "phone",
                "value" : "+27829999999"
              }
            ]
          }
        ],
        "managingOrganization" : {
          "reference" : "Organization/Covid19OrganizationExample"
        }
      },
      "request" : {
        "method" : "PUT",
        "url" : "Patient/Covid19PatientExample"
      }
    },
    {
      "fullUrl" : "Encounter/Covid19AssessmentEncounterExample",
      "resource" : {
        "resourceType" : "Encounter",
        "id" : "Covid19AssessmentEncounterExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-encounter"
          ]
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"Covid19AssessmentEncounterExample\"> </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;Covid19AssessmentEncounterExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-encounter.html\">Encounter</a></p></div><p><b>Date of next vaccination</b>: 2022-07-28</p><p><b>Ever Hospitalized</b>: Yes (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#373066001)</span></p><p><b>Date Last Hospitalised</b>: 2022-07-28</p><p><b>status</b>: finished</p><p><b>class</b>: short stay (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code SS = 'short stay', stated as 'null')</p><p><b>subject</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>period</b>: 2022-07-28 --&gt; 2022-08-15</p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td><td><b>PhysicalType</b></td></tr><tr><td>*</td><td><a href=\"#Location_Covid19AdmissionLocationExample\">See above (Location/Covid19AdmissionLocationExample)</a></td><td>Ward <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#225746001)</span></td></tr></table></div>"
        },
        "extension" : [
          {
            "url" : "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-next-vaccination",
            "valueDateTime" : "2022-07-28"
          },
          {
            "url" : "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-ever-hospitalised",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://snomed.info/sct",
                  "code" : "373066001"
                }
              ]
            }
          },
          {
            "url" : "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-date-last-hospitalised",
            "valueDateTime" : "2022-07-28"
          }
        ],
        "status" : "finished",
        "class" : {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "SS"
        },
        "subject" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "period" : {
          "start" : "2022-07-28",
          "end" : "2022-08-15"
        },
        "location" : [
          {
            "location" : {
              "reference" : "Location/Covid19AdmissionLocationExample"
            },
            "physicalType" : {
              "coding" : [
                {
                  "system" : "http://snomed.info/sct",
                  "code" : "225746001"
                }
              ]
            }
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "Encounter/Covid19AssessmentEncounterExample"
      }
    },
    {
      "fullUrl" : "Location/Covid19AdmissionLocationExample",
      "resource" : {
        "resourceType" : "Location",
        "id" : "Covid19AdmissionLocationExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-admission-location"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"Covid19AdmissionLocationExample\"> </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 Location &quot;Covid19AdmissionLocationExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-admission-location.html\">Admission Location</a></p></div><p><b>identifier</b>: Resource identifier: abc123</p><p><b>name</b>: Covid19 Location</p><p><b>address</b>: Example city 1 Example state 1 Example country 1 </p></div>"
        },
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "RI"
                }
              ]
            },
            "system" : "http://openhie.org/fhir/covid19-casereporting/identifier/covid19-admission-location-id",
            "value" : "abc123"
          }
        ],
        "name" : "Covid19 Location",
        "address" : {
          "city" : "Example city 1",
          "district" : "Example district 1",
          "state" : "Example state 1",
          "country" : "Example country 1"
        }
      },
      "request" : {
        "method" : "PUT",
        "url" : "Location/Covid19AdmissionLocationExample"
      }
    },
    {
      "fullUrl" : "Observation/Covid19PresentingSymptomsExample",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "Covid19PresentingSymptomsExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-presenting-symptoms"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"Covid19PresentingSymptomsExample\"> </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;Covid19PresentingSymptomsExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-presenting-symptoms.html\">Presenting Symptoms</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Abdominal pain <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#21522001)</span></p><p><b>subject</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Covid19AssessmentEncounterExample\">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>effective</b>: 2022-07-28</p><p><b>performer</b>: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p><p><b>note</b>: Other symptoms here (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
        },
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "21522001"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "encounter" : {
          "reference" : "Encounter/Covid19AssessmentEncounterExample"
        },
        "effectiveDateTime" : "2022-07-28",
        "performer" : [
          {
            "reference" : "Organization/Covid19OrganizationExample"
          }
        ],
        "note" : [
          {
            "authorReference" : {
              "reference" : "Organization/Covid19OrganizationExample"
            },
            "time" : "2015-02-07T13:28:17-05:00",
            "text" : "Other symptoms here"
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "Observation/Covid19PresentingSymptomsExample"
      }
    },
    {
      "fullUrl" : "Condition/Covid19DiagnosisExample",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "Covid19DiagnosisExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-diagnosis"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"Covid19DiagnosisExample\"> </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;Covid19DiagnosisExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-diagnosis.html\">Diagnosis</a></p></div><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-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>subject</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Covid19AssessmentEncounterExample\">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>onset</b>: 2022-07-28</p><p><b>recordedDate</b>: 2022-07-28</p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Asymptomatic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#84387000)</span></td></tr></table><p><b>note</b>: additional notes here (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "encounter" : {
          "reference" : "Encounter/Covid19AssessmentEncounterExample"
        },
        "onsetDateTime" : "2022-07-28",
        "recordedDate" : "2022-07-28",
        "evidence" : [
          {
            "code" : [
              {
                "coding" : [
                  {
                    "system" : "http://snomed.info/sct",
                    "code" : "84387000"
                  }
                ]
              }
            ]
          }
        ],
        "note" : [
          {
            "authorReference" : {
              "reference" : "Organization/Covid19OrganizationExample"
            },
            "time" : "2015-02-07T13:28:17-05:00",
            "text" : "additional notes here"
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "Condition/Covid19DiagnosisExample"
      }
    },
    {
      "fullUrl" : "Condition/Covid19ConditionsOrComorbidityExample",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "Covid19ConditionsOrComorbidityExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-conditions-or-comorbidities"
          ]
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"Covid19ConditionsOrComorbidityExample\"> </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;Covid19ConditionsOrComorbidityExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-conditions-or-comorbidities.html\">Conditions or Comorbidity</a></p></div><p><b>Conditions or Comorbidities Present</b>: Yes (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#373066001)</span></p><p><b>code</b>: Cardiovascular disorder <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#49601007)</span></p><p><b>subject</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Covid19AssessmentEncounterExample\">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>note</b>: Other conditionss or comorbidities here (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
        },
        "extension" : [
          {
            "url" : "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-conditions-or-comorbidities-present",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://snomed.info/sct",
                  "code" : "373066001"
                }
              ]
            }
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "49601007"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "encounter" : {
          "reference" : "Encounter/Covid19AssessmentEncounterExample"
        },
        "note" : [
          {
            "authorReference" : {
              "reference" : "Organization/Covid19OrganizationExample"
            },
            "time" : "2015-02-07T13:28:17-05:00",
            "text" : "Other conditionss or comorbidities here"
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "Condition/Covid19ConditionsOrComorbidityExample"
      }
    },
    {
      "fullUrl" : "Immunization/Covid19AssessmentVaccinationExample",
      "resource" : {
        "resourceType" : "Immunization",
        "id" : "Covid19AssessmentVaccinationExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-assessment-vaccination"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"Covid19AssessmentVaccinationExample\"> </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 Immunization &quot;Covid19AssessmentVaccinationExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-assessment-vaccination.html\">Immunization Tracking</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: XM8NQ0 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (mms#XM8NQ0)</span></p><p><b>patient</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Covid19AssessmentEncounterExample\">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>occurrence</b>: 2022-07-28</p><p><b>reportOrigin</b>: Vaccine Card <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-source-of-info.html\">Source of Information</a>#VaccineCard)</span></p><p><b>lotNumber</b>: 1</p><p><b>expirationDate</b>: 2022-12-28</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td>-</td><td><b>Series</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>Primary</td><td>1</td></tr></table></div>"
        },
        "status" : "completed",
        "vaccineCode" : {
          "coding" : [
            {
              "system" : "http://icd.who.int/icd11/mms",
              "code" : "XM8NQ0"
            }
          ]
        },
        "patient" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "encounter" : {
          "reference" : "Encounter/Covid19AssessmentEncounterExample"
        },
        "occurrenceDateTime" : "2022-07-28",
        "reportOrigin" : {
          "coding" : [
            {
              "system" : "http://openhie.org/fhir/covid19-casereporting/CodeSystem/cs-source-of-info",
              "code" : "VaccineCard"
            }
          ]
        },
        "lotNumber" : "1",
        "expirationDate" : "2022-12-28",
        "note" : [
          {
            "authorReference" : {
              "reference" : "Organization/Covid19OrganizationExample"
            },
            "time" : "2015-02-07T13:28:17-05:00",
            "text" : "Some other text..."
          }
        ],
        "protocolApplied" : [
          {
            "series" : "Primary",
            "doseNumberPositiveInt" : 1
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "Immunization/Covid19AssessmentVaccinationExample"
      }
    },
    {
      "fullUrl" : "Immunization/Covid19VaccinationExample",
      "resource" : {
        "resourceType" : "Immunization",
        "id" : "Covid19VaccinationExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-vaccination"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"Covid19VaccinationExample\"> </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 Immunization &quot;Covid19VaccinationExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-vaccination.html\">Immunization Tracking</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: XM4YL8 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (mms#XM4YL8)</span></p><p><b>patient</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Covid19AssessmentEncounterExample\">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>occurrence</b>: 2022-07-28</p><p><b>reportOrigin</b>: Vaccine Card <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-source-of-info.html\">Source of Information</a>#VaccineCard)</span></p><p><b>lotNumber</b>: 1</p><p><b>expirationDate</b>: 2022-12-28</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td>-</td><td><b>Series</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>Booster</td><td>1</td></tr></table></div>"
        },
        "status" : "completed",
        "vaccineCode" : {
          "coding" : [
            {
              "system" : "http://icd.who.int/icd11/mms",
              "code" : "XM4YL8"
            }
          ]
        },
        "patient" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "encounter" : {
          "reference" : "Encounter/Covid19AssessmentEncounterExample"
        },
        "occurrenceDateTime" : "2022-07-28",
        "reportOrigin" : {
          "coding" : [
            {
              "system" : "http://openhie.org/fhir/covid19-casereporting/CodeSystem/cs-source-of-info",
              "code" : "VaccineCard"
            }
          ]
        },
        "lotNumber" : "1",
        "expirationDate" : "2022-12-28",
        "note" : [
          {
            "authorReference" : {
              "reference" : "Organization/Covid19OrganizationExample"
            },
            "time" : "2015-02-07T13:28:17-05:00",
            "text" : "Some other text..."
          }
        ],
        "protocolApplied" : [
          {
            "series" : "Booster",
            "doseNumberPositiveInt" : 1
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "Immunization/Covid19VaccinationExample"
      }
    },
    {
      "fullUrl" : "MedicationRequest/Covid19MedicationRequestExample",
      "resource" : {
        "resourceType" : "MedicationRequest",
        "id" : "Covid19MedicationRequestExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-medication-request"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"Covid19MedicationRequestExample\"> </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;Covid19MedicationRequestExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-medication-request.html\">Treatment dispensed or prescribed</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: {10 (nirmatrelvir 150 MG Oral Tablet) / 10 (ritonavir 100 MG Oral Tablet) } Pack [Paxlovid 150 MG /100 MG Dose Pack] <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>#2599543)</span></p><p><b>subject</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Covid19AssessmentEncounterExample\">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>note</b>: additional notes here (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
        },
        "status" : "active",
        "intent" : "order",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "2599543"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "encounter" : {
          "reference" : "Encounter/Covid19AssessmentEncounterExample"
        },
        "note" : [
          {
            "authorReference" : {
              "reference" : "Organization/Covid19OrganizationExample"
            },
            "time" : "2015-02-07T13:28:17-05:00",
            "text" : "additional notes here"
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "MedicationRequest/Covid19MedicationRequestExample"
      }
    },
    {
      "fullUrl" : "Observation/Covid19VaccineDoseEverReceivedExample",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "Covid19VaccineDoseEverReceivedExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-vaccine-dose-ever-received"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"Covid19VaccineDoseEverReceivedExample\"> </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;Covid19VaccineDoseEverReceivedExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-vaccine-dose-ever-received.html\">Vaccine Dose Ever Received</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Yes (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#373066001)</span></p><p><b>subject</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Covid19AssessmentEncounterExample\">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>performer</b>: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p></div>"
        },
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "373066001"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "encounter" : {
          "reference" : "Encounter/Covid19AssessmentEncounterExample"
        },
        "performer" : [
          {
            "reference" : "Organization/Covid19OrganizationExample"
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "Observation/Covid19VaccineDoseEverReceivedExample"
      }
    },
    {
      "fullUrl" : "Observation/Covid19RecoveredOrSymptomsResolvedExample",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "Covid19RecoveredOrSymptomsResolvedExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-recovered-or-symptoms-resolved"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"Covid19RecoveredOrSymptomsResolvedExample\"> </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;Covid19RecoveredOrSymptomsResolvedExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-recovered-or-symptoms-resolved.html\">Recovered Or Symptoms Resolved</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Patient condition resolved (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#370996005)</span></p><p><b>subject</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Covid19AssessmentEncounterExample\">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>effective</b>: 2022-11-09</p><p><b>performer</b>: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
        },
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "370996005"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "encounter" : {
          "reference" : "Encounter/Covid19AssessmentEncounterExample"
        },
        "effectiveDateTime" : "2022-11-09",
        "performer" : [
          {
            "reference" : "Organization/Covid19OrganizationExample"
          }
        ],
        "note" : [
          {
            "authorReference" : {
              "reference" : "Organization/Covid19OrganizationExample"
            },
            "time" : "2015-02-07T13:28:17-05:00",
            "text" : "Some other text..."
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "Observation/Covid19RecoveredOrSymptomsResolvedExample"
      }
    },
    {
      "fullUrl" : "Observation/Covid19DeathExample",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "Covid19DeathExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-death"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"Covid19DeathExample\"> </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;Covid19DeathExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-death.html\">Death</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Dead (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#419099009)</span></p><p><b>subject</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Covid19AssessmentEncounterExample\">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>effective</b>: 2022-11-09</p><p><b>performer</b>: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
        },
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "419099009"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "encounter" : {
          "reference" : "Encounter/Covid19AssessmentEncounterExample"
        },
        "effectiveDateTime" : "2022-11-09",
        "performer" : [
          {
            "reference" : "Organization/Covid19OrganizationExample"
          }
        ],
        "note" : [
          {
            "authorReference" : {
              "reference" : "Organization/Covid19OrganizationExample"
            },
            "time" : "2015-02-07T13:28:17-05:00",
            "text" : "Some other text..."
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "Observation/Covid19DeathExample"
      }
    },
    {
      "fullUrl" : "Observation/Covid19LongCovidPostCovidExample",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "Covid19LongCovidPostCovidExample",
        "meta" : {
          "profile" : [
            "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-long-covid-post-covid"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"Covid19LongCovidPostCovidExample\"> </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;Covid19LongCovidPostCovidExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-long-covid-post-covid.html\">Long Covid / Post-Covid</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Post-acute COVID-19 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1119303003)</span></p><p><b>subject</b>: <a href=\"#Patient_Covid19PatientExample\">See above (Patient/Covid19PatientExample)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Covid19AssessmentEncounterExample\">See above (Encounter/Covid19AssessmentEncounterExample)</a></p><p><b>effective</b>: 2022-11-09</p><p><b>performer</b>: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p></div>"
        },
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "1119303003"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/Covid19PatientExample"
        },
        "encounter" : {
          "reference" : "Encounter/Covid19AssessmentEncounterExample"
        },
        "effectiveDateTime" : "2022-11-09",
        "performer" : [
          {
            "reference" : "Organization/Covid19OrganizationExample"
          }
        ],
        "note" : [
          {
            "authorReference" : {
              "reference" : "Organization/Covid19OrganizationExample"
            },
            "time" : "2015-02-07T13:28:17-05:00",
            "text" : "Some other text..."
          }
        ]
      },
      "request" : {
        "method" : "PUT",
        "url" : "Observation/Covid19LongCovidPostCovidExample"
      }
    }
  ]
}