FHIR IG analytics| Package | hl7.fhir.uv.security-label-ds4p.r4b |
| Resource Type | Immunization |
| Id | Immunization-I001.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization
Resource Immunization "I001"
Security Labels: http://terminology.hl7.org/CodeSystem/v3-ActCode
status: completed
vaccineCode: COVID-19 vaccine (Vaccine Administered Code Set (CVX)#212 "COVID-19 vaccine, vector-nr, rS-Ad26, PF, 0.5 mL")
patient: Patient/P001: John Doe
occurrence: 2021-03-29
{
"resourceType": "Immunization",
"id": "I001",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "PROCESSINLINELABEL"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "212",
"display": "COVID-19 vaccine, vector-nr, rS-Ad26, PF, 0.5 mL"
}
],
"text": "COVID-19 vaccine"
},
"patient": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code": "UNCERTREL",
"display": "uncertain reliability"
}
},
{
"url": "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code": "PATRPT",
"display": "patient reported"
}
}
],
"reference": "Patient/P001",
"display": "John Doe"
},
"occurrenceDateTime": "2021-03-29"
}