FHIR IG analytics| Package | hl7.fhir.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 with Details
id: 1
status: not-done
statusReason: medical precaution (Details : {http://terminology.hl7.org/CodeSystem/v3-ActReason code 'MEDPREC' = 'medical precaution', given as 'medical precaution'})
vaccineCode: No consent DTP immunization (Details : {http://snomed.info/sct code '314768003' = 'No consent DTP immunization'})
patient: Patient/1
occurrence: 10/01/2013
primarySource: true
{
"resourceType": "Immunization",
"id": "example-01",
"meta": {
"profile": [
"http://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/1"
},
"occurrenceDateTime": "2013-01-10",
"primarySource": true
}