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

FHIR IG analytics

Packageca.infoway.io.psca
Resource TypeImmunization
IdImmunization-example.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

Resource Immunization "Immunization-example"

Profile: Immunization (PS-CA)

identifier: id: 60ed0066-7304-4c64-9c49-eeb725581584

status: completed

vaccineCode: SPIKEVAX messenger ribonucleic acid 100 micrograms per 0.5 milliliter dispersion for injection Moderna Therapeutics Inc. (real clinical drug) (SNOMED CT#28571000087109)

patient: Patient/patient1-example " DONALD"

occurrence: 2021-07-01

Performers

-Actor
*

Resource Practitioner "1"

name: John Doe

note: COVID-19 Moderna Spikevax dose 1

ProtocolApplieds

-DoseNumber[x]
*1

Source1

{
  "resourceType": "Immunization",
  "id": "Immunization-example",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/immunization-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "1",
      "name": [
        {
          "text": "John Doe"
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://fictional-identifier-system-uri.com",
      "value": "60ed0066-7304-4c64-9c49-eeb725581584"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "28571000087109",
        "display": "SPIKEVAX messenger ribonucleic acid 100 micrograms per 0.5 milliliter dispersion for injection Moderna Therapeutics Inc. (real clinical drug)"
      }
    ],
    "text": "SPIKEVAX messenger ribonucleic acid 100 micrograms per 0.5 milliliter dispersion for injection Moderna Therapeutics Inc. (real clinical drug)"
  },
  "patient": {
    "reference": "Patient/patient1-example"
  },
  "occurrenceDateTime": "2021-07-01",
  "performer": [
    {
      "actor": {
        "reference": "#1"
      }
    }
  ],
  "note": [
    {
      "text": "COVID-19 Moderna Spikevax dose 1"
    }
  ],
  "protocolApplied": [
    {
      "doseNumberString": "1"
    }
  ]
}