FHIR IG analytics| Package | hl7.fhir.us.ccda |
| Resource Type | Immunization |
| Id | Immunization-CF-immunization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization CF-immunization
identifier: Uniform Resource Identifier (URI)/urn:uuid:e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92
status: Completed
vaccineCode: Influenza Virus Vaccine
patient: Myra Jones Female, DoB: 1947-05-01 ( urn:oid:1.3.6.1.4.1.22812.3.2009316.3#160920144139807)
occurrence: 2010-08-15
recorded: 2010-08-16
primarySource: Absent because : unknown
lotNumber: 1
| Actor |
| PractitionerRole: telecom = ph: 313-555-6868(Home),ph: 313-555-6443(Work) |
{
"resourceType": "Immunization",
"id": "CF-immunization",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92"
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "88",
"display": "influenza virus vaccine, unspecified formulation"
}
],
"text": "Influenza Virus Vaccine"
},
"patient": {
"reference": "Patient/CF-patient"
},
"occurrenceDateTime": "2010-08-15",
"recorded": "2010-08-16",
"_primarySource": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
},
"lotNumber": "1",
"performer": [
{
"actor": {
"reference": "PractitionerRole/ccda-practitionerrole-example"
}
}
]
}