FHIR IG analytics| Package | hl7.fhir.us.ccda |
| Resource Type | Immunization |
| Id | Immunization-FC-immunization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization FC-immunization
Security Label: normal (Details: Confidentiality code N = 'normal')
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-15
lotNumber: 1
| Actor |
| Practitioner Amanda Assigned |
Generated Narrative: Practitioner #1
identifier:
urn:oid:2.16.840.1.113883.19.5.9999.456/2981824name: Amanda Assigned
{
"resourceType": "Immunization",
"id": "FC-immunization",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Practitioner",
"id": "1",
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.19.5.9999.456",
"value": "2981824"
}
],
"name": [
{
"family": "Assigned",
"given": [
"Amanda"
]
}
]
}
],
"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-15",
"lotNumber": "1",
"performer": [
{
"actor": {
"reference": "#1"
}
}
]
}