FHIR IG analytics| Package | ndhm.in |
| Resource Type | Immunization |
| Id | Immunization-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization example-01
status: Not Done
statusReason: medical precaution
vaccineCode: No consent DTP immunization
patient: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)
occurrence: 2013-01-10
primarySource: true
{
"resourceType": "Immunization",
"id": "example-01",
"meta": {
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "not-done",
"statusReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "MEDPREC",
"display": "medical precaution"
}
]
},
"vaccineCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "314768003",
"display": "No consent DTP immunization"
}
]
},
"patient": {
"reference": "Patient/example-01"
},
"occurrenceDateTime": "2013-01-10",
"primarySource": true
}