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

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeImmunization
IdImmunization-imm-1.json
FHIR VersionR2

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 with Details

id: imm-1

meta:

status: completed

date: 08/01/2016

vaccineCode: influenza, injectable, quadrivalent (Details : {http://hl7.org/fhir/sid/cvx code '158' = 'influenza, injectable, quadrivalent', given as 'influenza, injectable, quadrivalent'}; {http://hl7.org/fhir/sid/ndc code '49281-0623-78' = '49281-0623-78', given as 'FLUZONE QUADRIVALENT'})

patient: Peter Chalmers. Generated Summary: id: peter-chalmers; Medical Record Number = 1032702; active; Peter James Chalmers (OFFICIAL); ph: (555)555-5555(WORK), person@example.org(WORK); gender: male; birthDate: 19/06/1964

wasNotGiven: false

reported: false


Source1

{
  "resourceType": "Immunization",
  "id": "imm-1",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut/StructureDefinition/argo-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "date": "2016-01-08",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "158",
        "display": "influenza, injectable, quadrivalent"
      },
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "49281-0623-78",
        "display": "FLUZONE QUADRIVALENT"
      }
    ]
  },
  "patient": {
    "reference": "Patient/peter-chalmers",
    "display": "Peter Chalmers"
  },
  "wasNotGiven": false,
  "reported": false
}