PackagesCanonicalsLogsProblems
    Packages
    hitstdio.tw.fhir.dcc@0.0.1
    http://hitstdio.ntunhs.edu.tw/fhir/StructureDefinition/Observation-dcc
description: This profile defines how to represent Test Results in a Digital COVID-19 Certificate.
package_name: hitstdio.tw.fhir.dcc
derivation: constraint
name: ObservationDCC
type: Observation
elements:
  method:
    mustSupport: true
    index: 9
    elements:
      coding:
        short: Type of test
        index: 10
        slicing:
          rules: closed
          ordered: true
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            typeOfTest:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'http://hitstdio.ntunhs.edu.tw/fhir/ValueSet/covid-19-lab-methods'}
                mustSupport: true
                _required: true
                index: 11
              min: 1
              max: 1
            sampleOrigin:
              match: {}
              schema:
                short: Sample Origin
                mustSupport: true
                binding: {strength: required, valueSet: 'http://hitstdio.ntunhs.edu.tw/fhir/ValueSet/covid-19-sample-origin'}
                index: 12
              min: 0
              max: 1
      text: {short: 'NAAT Test Name. The name should include the name of the test manufacturer and the commercial name of the test, separated by a comma.', index: 13}
    required: [coding]
  value:
    choices: []
    index: 7
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 4}
  effective:
    choices: [effectiveDateTime]
    index: 3
  code:
    binding: {strength: required, valueSet: 'http://hitstdio.ntunhs.edu.tw/fhir/ValueSet/covid-19-diseases'}
    index: 0
  valueCodeableConcept:
    type: CodeableConcept
    binding: {strength: required, valueSet: 'http://hitstdio.ntunhs.edu.tw/fhir/ValueSet/covid-19-lab-result'}
    index: 8
  device:
    type: Reference
    mustSupport: true
    refers: ['http://hitstdio.ntunhs.edu.tw/fhir/StructureDefinition/DeviceNAAT', 'http://hitstdio.ntunhs.edu.tw/fhir/StructureDefinition/DeviceRAT']
    index: 14
  subject:
    type: Reference
    refers: ['http://hitstdio.ntunhs.edu.tw/fhir/StructureDefinition/Patient-dcc']
    index: 1
  performer: {index: 5}
package_version: 0.0.1
class: profile
kind: resource
url: http://hitstdio.ntunhs.edu.tw/fhir/StructureDefinition/Observation-dcc
base: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips
version: 0.0.1
required: [method, value, valueCodeableConcept, performer]