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

FHIR IG analytics

Packagehl7.fhir.us.ccda
Resource TypeImmunization
IdImmunization-CF-immunization.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 CF-immunization

identifier: Uniform Resource Identifier (URI)/urn:uuid:e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92

status: Completed

vaccineCode: Influenza Virus Vaccine

patient: Myra Jones Female, DoB: 1947-05-01 ( urn:oid:1.3.6.1.4.1.22812.3.2009316.3#160920144139807)

occurrence: 2010-08-15

recorded: 2010-08-16

primarySource: Absent because : unknown

lotNumber: 1

Performers

-Actor
*PractitionerRole: telecom = ph: 313-555-6868(Home),ph: 313-555-6443(Work)

Source1

{
  "resourceType": "Immunization",
  "id": "CF-immunization",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "88",
        "display": "influenza virus vaccine, unspecified formulation"
      }
    ],
    "text": "Influenza Virus Vaccine"
  },
  "patient": {
    "reference": "Patient/CF-patient"
  },
  "occurrenceDateTime": "2010-08-15",
  "recorded": "2010-08-16",
  "_primarySource": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ]
  },
  "lotNumber": "1",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/ccda-practitionerrole-example"
      }
    }
  ]
}