FHIR IG analytics| Package | ndhm.in |
| Resource Type | Immunization |
| Id | Immunization-example-WHO-DDCC.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| Function | Actor |
| Administering Provider | Practitioner Dr. DEF |
| Series | TargetDisease | DoseNumber[x] |
| 2-dose | COVID-19, virus not identified | 1 |
{
"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
}
]
}