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

FHIR IG analytics

Packagejohnmoehrke.testcore.example
Resource TypeImmunization
IdImmunization-ex-immunization-1.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 ex-immunization-1

identifier: https://example.org/ImmunizationTO.id/124684 (use: usual, )

status: Completed

vaccineCode: COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE

patient: John Schmidt Other, DoB: 1923-07-25

occurrence: 2022-08-08 11:15:28+0000

recorded: 2022-08-08 11:15:28+0000

primarySource: false

note:

test


Source1

{
  "resourceType": "Immunization",
  "id": "ex-immunization-1",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "https://example.org/ImmunizationTO.id",
      "value": "124684"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "text": "COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE"
  },
  "patient": {
    "reference": "Patient/ex-patient"
  },
  "occurrenceDateTime": "2022-08-08T11:15:28Z",
  "recorded": "2022-08-08T11:15:28Z",
  "primarySource": false,
  "note": [
    {
      "text": "test"
    }
  ]
}