PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@2.1.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-examiner-contacted
description: Examiner Contacted (Observation)
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: ExaminerContacted
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 74497-9, system: 'http://loinc.org'}
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 2
  value:
    choices: [valueCodeableConcept]
    index: 4
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-examiner-contacted
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.1.0
required: [value, subject, valueCodeableConcept]