description: Common standardised set of data to be included in COVID-19 test result certificates package_name: hitstdio.tw.fhir.dcc derivation: specialization name: CovidTestCertificate type: CovidTestCertificate elements: subject: type: BackboneElement short: Person identification index: 0 elements: name: {type: HumanName, short: Person name, array: true, min: 1, index: 1} identifier: {type: Identifier, short: Person identifier, array: true, index: 2} birthDate: {type: dateTime, short: Person date of birth, index: 3} required: [name] test: type: BackboneElement short: Test information index: 4 elements: name: {type: string, short: Test name, index: 7} value: {type: CodeableConcept, short: Result of the test, index: 12} type: {type: CodeableConcept, short: Type of test, index: 6} testingCenter: {type: CodeableConcept, short: Testing centre or facility, index: 13} dateTimeOfResult: {type: dateTime, short: Date and time of the test result production, index: 11} manufacturer: {type: Organization, short: Test Manufacturer, index: 8} origin: {type: CodeableConcept, short: Sample origin (optional), index: 9} targetDisease: {type: CodeableConcept, short: Disease or agent targeted, index: 5} healthProfessional: {type: BackboneElement, short: Health Professional identification (optional), index: 14} dateTimeOfSample: {type: dateTime, short: Date and time of the test sample collection, index: 10} country: {type: CodeableConcept, short: Country where the test was taken, index: 15} required: [country, targetDisease, value, dateTimeOfSample, type] metadata: type: BackboneElement short: Test certificate metadata index: 16 elements: issuer: {type: BackboneElement, short: Test result certificate issuer, index: 17} identifier: {type: Identifier, short: Test result certificate identifier, index: 18} required: [issuer, identifier] package_version: 0.0.1 class: logical kind: logical url: http://hitstdio.ntunhs.edu.tw/fhir/StructureDefinition/CovidTestCertificate base: http://hl7.org/fhir/StructureDefinition/Element version: 0.0.1 required: [subject, metadata, test]