FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Immunization |
| Id | Immunization-imm-1.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: imm-1
meta:
status: completed
date: 08/01/2016
vaccineCode: influenza, injectable, quadrivalent (Details : {http://hl7.org/fhir/sid/cvx code '158' = 'influenza, injectable, quadrivalent', given as 'influenza, injectable, quadrivalent'}; {http://hl7.org/fhir/sid/ndc code '49281-0623-78' = '49281-0623-78', given as 'FLUZONE QUADRIVALENT'})
wasNotGiven: false
reported: false
{
"resourceType": "Immunization",
"id": "imm-1",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"date": "2016-01-08",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "158",
"display": "influenza, injectable, quadrivalent"
},
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "49281-0623-78",
"display": "FLUZONE QUADRIVALENT"
}
]
},
"patient": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"wasNotGiven": false,
"reported": false
}