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

FHIR IG analytics

Packagemyhealth.eu.fhir.euvac
Resource TypeComposition
IdComposition-comp-vachist-euvac.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: Composition comp-vachist-euvac

Language: en-GB

Profile: Vaccination History (EUVAC)

identifier: urn:oid:2.16.724.4.8.10.200.10/VACHIST-EUVAC-2024-001

status: Final

type: History of Immunization note

date: 2024-10-10 10:00:00+0200

author: Practitioner Alice Johnson

title: Vaccination History

Attesters

-ModeTimeParty
*Legal2024-10-10 10:00:00+0200Practitioner Alice Johnson

custodian: Organization City Health Centre Brussels


Source1

{
  "resourceType": "Composition",
  "id": "comp-vachist-euvac",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/euvac/StructureDefinition/composition-euvac-myhealtheu"
    ]
  },
  "language": "en-GB",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": {
    "system": "urn:oid:2.16.724.4.8.10.200.10",
    "value": "VACHIST-EUVAC-2024-001"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11369-6",
        "display": "History of Immunization note"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-vachist-euvac"
  },
  "date": "2024-10-10T10:00:00+02:00",
  "author": [
    {
      "reference": "Practitioner/prac-vachist-euvac"
    }
  ],
  "title": "Vaccination History",
  "attester": [
    {
      "mode": "legal",
      "time": "2024-10-10T10:00:00+02:00",
      "party": {
        "reference": "Practitioner/prac-vachist-euvac"
      }
    }
  ],
  "custodian": {
    "reference": "Organization/org-vachist-euvac"
  },
  "section": [
    {
      "title": "Immunisations",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11369-6",
            "display": "History of Immunization note"
          }
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Vaccination history for John Smith (DOB: 1985-03-15).</p><ul><li>Measles vaccine – 2021-04-15 (dose 1, minimal record)</li><li>COVID-19 vaccine (Comirnaty) – 2024-10-10 (dose 1, full record)</li></ul></div>"
      },
      "entry": [
        {
          "reference": "Immunization/vacc-minimal-euvac"
        },
        {
          "reference": "Immunization/vacc-full-euvac"
        }
      ]
    }
  ]
}