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

FHIR IG analytics

Packagewho.ddcc
Resource TypeComposition
IdComposition-DDCCCompositionExampleEnglish.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 DDCCCompositionExampleEnglish

identifier: urn:EXAMPLE-who-:ddcc:composition:ids/999123456123456123456 (use: official, )

status: Final

type: Immunization summary report

date: 2020-05-06

author: Organization Government Hospital

title: Digital Documentation of COVID-19 Certificate (DDCC)

Attesters

-ModeParty
*OfficialOrganization Government Hospital

Source1

{
  "resourceType": "Composition",
  "id": "DDCCCompositionExampleEnglish",
  "meta": {
    "profile": [
      "http://smart.who.int/ddcc/StructureDefinition/DDCCVSComposition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": {
    "use": "official",
    "system": "urn:EXAMPLE-who-:ddcc:composition:ids",
    "value": "999123456123456123456"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "82593-5"
      }
    ]
  },
  "subject": {
    "reference": "Patient/DDCCPatientEnglish"
  },
  "date": "2020-05-06",
  "author": [
    {
      "reference": "Organization/DDCCOrganizationEnglish"
    }
  ],
  "title": "Digital Documentation of COVID-19 Certificate (DDCC)",
  "attester": [
    {
      "mode": "official",
      "party": {
        "reference": "Organization/DDCCOrganizationEnglish"
      }
    }
  ],
  "section": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11369-6"
          }
        ]
      },
      "focus": {
        "reference": "Immunization/DDCCImmunizationEnglish"
      },
      "entry": [
        {
          "reference": "Immunization/DDCCImmunizationEnglish"
        },
        {
          "reference": "ImmunizationRecommendation/DDCCImmunizationRecommendationEnglish"
        }
      ]
    }
  ]
}