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

FHIR IG analytics

Packagehl7.fhir.us.covid19library
Resource TypeImmunization
IdImmunization-COVID19ImmunizationExample.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

Resource "COVID19ImmunizationExample"

Profile: COVID-19 Immunization

Procedure Code: Administration of vaccine to produce active immunity (procedure) (SNOMED CT#33879002)

status: completed

vaccineCode: 208 ([not stated]#208)

patient: Patient/patient-anyperson-mary " ANYPERSON"

occurrence: 2021-09-21

primarySource: true

manufacturer: Organization/COVID19ManufacturerExample "Pfizer, Inc"


Source1

{
  "resourceType": "Immunization",
  "id": "COVID19ImmunizationExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/covid19library/StructureDefinition/covid-19-immunization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/covid19library/StructureDefinition/procedure-code",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "33879002",
            "display": "Administration of vaccine to produce active immunity (procedure)"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "code": "208"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-anyperson-mary"
  },
  "occurrenceDateTime": "2021-09-21",
  "primarySource": true,
  "manufacturer": {
    "reference": "Organization/COVID19ManufacturerExample"
  }
}