FHIR IG analytics| Package | hl7.fhir.uv.security-label-ds4p |
| Resource Type | Immunization |
| Id | Immunization-I001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization I001
Security Label: process inline security label (Details: ActCode code PROCESSINLINELABEL = 'process inline security label')
status: Completed
vaccineCode: COVID-19 vaccine
patient: 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"
}