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

FHIR IG analytics

Packagendhm.in
Resource TypeImmunization
IdImmunization-example-WHO-DDCC.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Immunization example-WHO-DDCC

version: 1; Last updated: 2020-10-10 14:58:58+0530

Profile: Immunization

BrandName: covaxin

status: Completed

vaccineCode: COVID-19 vaccine

patient: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

occurrence: 2021-02-21

primarySource: true

location: Location South Wing, second floor

manufacturer: Organization XYZ Lab Pvt.Ltd.

lotNumber: BSCD12344SS

Performers

-FunctionActor
*Administering ProviderPractitioner Dr. DEF

ProtocolApplieds

-SeriesTargetDiseaseDoseNumber[x]
*2-doseCOVID-19, virus not identified1

Source1

{
  "resourceType": "Immunization",
  "id": "example-WHO-DDCC",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-10-10T14:58:58.181+05:30",
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://nrces.in/ndhm/fhir/r4/StructureDefinition/BrandName",
      "valueString": "covaxin"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://id.who.int/icd11/mms",
        "code": "XM68M6",
        "display": "COVID-19 vaccine"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example-01"
  },
  "occurrenceDateTime": "2021-02-21",
  "primarySource": true,
  "location": {
    "reference": "Location/example-01"
  },
  "manufacturer": {
    "reference": "Organization/example-01"
  },
  "lotNumber": "BSCD12344SS",
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/example-01"
      }
    }
  ],
  "protocolApplied": [
    {
      "series": "2-dose",
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://id.who.int/icd11/mms",
              "code": "RA01.1",
              "display": "COVID-19, virus not identified"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1
    }
  ]
}