PackagesCanonicalsLogsProblems
    Packages
    myhie.v4@1.0.0
    http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core
description: This profile represents the constraints applied to the Condition resource by MY Core FHIR Implementation Guide and describes the minimum expectations for the Patient resource when used in the MY Core composition or in one of the referred resources.
package_name: myhie.v4
derivation: constraint
name: ConditionMyCore
type: Condition
elements:
  extension:
    type: Extension
    short: Extension of the individual who recorded and updated the date
    isModifier: false
    url: http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core
    index: 0
    slicing:
      slices:
        audit:
          match: {}
          schema: {type: Extension, short: Extension of the individual who recorded and updated the date, isModifier: false, url: 'http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core', index: 0}
          max: 1
  category:
    binding: {strength: required, valueSet: 'http://fhir.hie.moh.gov.my/ValueSet/condition-category-my-core'}
    index: 1
  code:
    elements:
      coding:
        elements:
          code: {index: 2}
          display: {index: 3}
        required: [display, code]
      text: {index: 4}
    required: [text]
  note:
    elements:
      author:
        choices: [authorReference, authorString]
        index: 6
      authorReference:
        type: Reference
        choiceOf: author
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
        index: 7
      authorString: {type: string, choiceOf: author, index: 8}
package_version: 1.0.0
extensions:
  audit: {url: 'http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core', max: 1, type: Extension, short: Extension of the individual who recorded and updated the date, isModifier: false, index: 0}
class: profile
kind: resource
url: http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 1.0.0
required: [category]