FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagewho.ddcc
Resource TypeBundle
IdBundle-DDCCTXSHEbundleexampleChinese.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "DDCCTXSHEbundleexampleChinese",
  "meta": {
    "profile": [
      "http://smart.who.int/ddcc/StructureDefinition/DDCCSubmitHealthEventRequest"
    ]
  },
  "type": "batch",
  "entry": [
    {
      "fullUrl": "http://www.example.org/fhir/Parameters/DDCCVSTXSHEParametersChinese",
      "resource": {
        "resourceType": "Parameters",
        "id": "DDCCVSTXSHEParametersChinese",
        "meta": {
          "profile": [
            "http://smart.who.int/ddcc/StructureDefinition/DDCCGenerateHealthCertificateParameters"
          ]
        },
        "parameter": [
          {
            "name": "response",
            "resource": {
              "resourceType": "QuestionnaireResponse",
              "id": "DDCCVSQuestionnaireResponseChinese",
              "meta": {
                "profile": [
                  "http://smart.who.int/ddcc/StructureDefinition/DDCCQuestionnaireResponse"
                ]
              },
              "questionnaire": "http://smart.who.int/ddcc/DDCCVSCoreDataSetQuestionnaire",
              "status": "completed",
              "subject": {
                "reference": "Patient/DDCCPatientChinese"
              },
              "authored": "2021-04-01",
              "item": [
                {
                  "linkId": "name",
                  "answer": [
                    {
                      "valueString": "奥卢斯·阿杰里乌斯"
                    }
                  ]
                },
                {
                  "linkId": "birthDate",
                  "answer": [
                    {
                      "valueDate": "2003-03-03"
                    }
                  ]
                },
                {
                  "linkId": "identifier",
                  "answer": [
                    {
                      "valueString": "12345678901"
                    }
                  ]
                },
                {
                  "linkId": "sex",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://hl7.org/fhir/administrative-gender",
                        "code": "male"
                      }
                    }
                  ]
                },
                {
                  "linkId": "vaccine",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://id.who.int/icd11/mms",
                        "code": "XM5JC5"
                      }
                    }
                  ]
                },
                {
                  "linkId": "brand",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://id.who.int/icd11/mms",
                        "code": "XM6SZ8"
                      }
                    }
                  ]
                },
                {
                  "linkId": "manufacturer",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://smart.who.int/ddcc/CodeSystem/DDCCExampleTestCodeSystem",
                        "code": "TEST"
                      }
                    }
                  ]
                },
                {
                  "linkId": "ma_holder",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://smart.who.int/ddcc/CodeSystem/DDCCExampleTestCodeSystem",
                        "code": "TEST"
                      }
                    }
                  ]
                },
                {
                  "linkId": "lot",
                  "answer": [
                    {
                      "valueString": "ER8732"
                    }
                  ]
                },
                {
                  "linkId": "date",
                  "answer": [
                    {
                      "valueDate": "2021-04-05"
                    }
                  ]
                },
                {
                  "linkId": "vaccine_valid",
                  "answer": [
                    {
                      "valueDate": "2021-04-19"
                    }
                  ]
                },
                {
                  "linkId": "dose",
                  "answer": [
                    {
                      "valueInteger": 1
                    }
                  ]
                },
                {
                  "linkId": "total_doses",
                  "answer": [
                    {
                      "valueInteger": 2
                    }
                  ]
                },
                {
                  "linkId": "country",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "urn:iso:std:iso:3166",
                        "code": "CHN"
                      }
                    }
                  ]
                },
                {
                  "linkId": "centre",
                  "answer": [
                    {
                      "valueString": "疫苗接种现场"
                    }
                  ]
                },
                {
                  "linkId": "hw",
                  "answer": [
                    {
                      "valueString": "lAH8TnzqAInqwkslHzOlSA"
                    }
                  ]
                },
                {
                  "linkId": "disease",
                  "answer": [
                    {
                      "valueCoding": {
                        "system": "http://id.who.int/icd11/mms",
                        "code": "RA01"
                      }
                    }
                  ]
                },
                {
                  "linkId": "due_date",
                  "answer": [
                    {
                      "valueDate": "2021-04-28"
                    }
                  ]
                },
                {
                  "linkId": "pha",
                  "answer": [
                    {
                      "valueString": "dPD2PfwzBQyphcjeUiAdRP"
                    }
                  ]
                },
                {
                  "linkId": "hcid",
                  "answer": [
                    {
                      "valueString": "bMlJkAt0V92RYhhG3fNt1"
                    }
                  ]
                },
                {
                  "linkId": "valid_from",
                  "answer": [
                    {
                      "valueDate": "2021-04-05"
                    }
                  ]
                },
                {
                  "linkId": "valid_until",
                  "answer": [
                    {
                      "valueDate": "2022-04-05"
                    }
                  ]
                }
              ]
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "QuestionnaireResponse/$generateHealthCertificate"
      }
    }
  ]
}