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

FHIR IG analytics

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

Security Label: normal (Details: Confidentiality code N = 'normal')

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-15

lotNumber: 1

Performers

-Actor
*Practitioner Amanda Assigned

Generated Narrative: Practitioner #1

identifier: urn:oid:2.16.840.1.113883.19.5.9999.456/2981824

name: Amanda Assigned


Source1

{
  "resourceType": "Immunization",
  "id": "FC-immunization",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "1",
      "identifier": [
        {
          "system": "urn:oid:2.16.840.1.113883.19.5.9999.456",
          "value": "2981824"
        }
      ],
      "name": [
        {
          "family": "Assigned",
          "given": [
            "Amanda"
          ]
        }
      ]
    }
  ],
  "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-15",
  "lotNumber": "1",
  "performer": [
    {
      "actor": {
        "reference": "#1"
      }
    }
  ]
}