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

FHIR IG analytics

Packagendhm.in
Resource TypeImmunization
IdImmunization-example-01.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 example-01

status: Not Done

statusReason: medical precaution

vaccineCode: No consent DTP immunization

patient: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

occurrence: 2013-01-10

primarySource: true


Source1

{
  "resourceType": "Immunization",
  "id": "example-01",
  "meta": {
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "not-done",
  "statusReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "MEDPREC",
        "display": "medical precaution"
      }
    ]
  },
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "314768003",
        "display": "No consent DTP immunization"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example-01"
  },
  "occurrenceDateTime": "2013-01-10",
  "primarySource": true
}