PackagesCanonicalsLogsProblems
    Packages
    kr.mohw.myhealthway@1.0.2-beta
    https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-procedure
description: __MyHealthWay__ 의 수술 내역(수술 및 처치) 정보에 적용되는 Procedure 구조.
package_name: kr.mohw.myhealthway
derivation: constraint
name: MyHealthWayProcedureProfile
type: Procedure
elements:
  identifier:
    index: 0
    elements:
      system: {index: 1}
      value: {index: 2}
    required: [value, system]
  status:
    pattern: {type: Code, value: completed}
    index: 3
  code:
    short: 수술 및 처치 코드
    index: 4
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-DiagnosisICD9CM'}
        array: true
        index: 5
        slicing:
          slices:
            ICD-9-CM:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-DiagnosisICD9CM'}
                array: true
                index: 5
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/icd9cm'}
                    mustSupport: true
                    index: 6
                  code: {mustSupport: true, index: 7}
                required: [system, code]
      text: {mustSupport: true, index: 8}
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-patient']
    index: 9
  encounter:
    type: Reference
    mustSupport: true
    refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-encounter']
    index: 10
  performed:
    short: 수술 및 처치 일자
    choices: [performedDateTime]
    index: 12
  performedDateTime: {type: dateTime, short: 수술 및 처치 일자, choiceOf: performed, index: 13}
  performer:
    elements:
      actor:
        type: Reference
        mustSupport: true
        refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-practitionerrole']
        index: 14
package_version: 1.0.2-beta
class: profile
kind: resource
url: https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-procedure
base: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-procedure
version: 1.0.2-beta
required: [encounter, identifier]