FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.security-label-ds4p
Resource TypeImmunization
IdImmunization-I001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
}