PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.pacio@adi-1.0.0
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-OrganDonationObservation
description: This profile is used to represent the author's thoughts about organ donation.
package_name: rs/hl7.fhir.us.pacio
derivation: constraint
name: ADIOrganDonationObservation
type: Observation
elements:
  text: {mustSupport: true, index: 0}
  status:
    pattern: {type: code, value: final}
    type: code
    index: 1
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 75781-5, system: 'http://loinc.org'}
    type: CodeableConcept
    index: 2
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 3
  value:
    mustSupport: true
    choices: []
    index: 5
package_version: adi-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-OrganDonationObservation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [subject, text, value]