PackagesCanonicalsLogsProblems
    Packages
    kr.mohw.myhealthway@1.0.0
    https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-documentreference
description: __MyHealthWay__ 의 진료기록 정보에 적용되는 DocumentReference 구조.
package_name: kr.mohw.myhealthway
derivation: constraint
name: MyHealthWayDocumentReferenceProfile
type: DocumentReference
elements:
  identifier:
    short: 진료기록 정보 식별자
    index: 0
    elements:
      system: {short: 식별체계, index: 1}
      value: {short: 식별자, index: 2}
    required: [value, system]
  status:
    short: 문서 상태
    pattern: {type: Code, value: current}
    index: 3
  type:
    short: 문서 타입
    mustSupport: true
    index: 4
    elements:
      coding:
        short: 정의된 코드
        binding: {strength: example, valueSet: 'https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-doc-type-codes'}
        mustSupport: true
        index: 5
        elements:
          system:
            short: 코드체계
            pattern: {type: Uri, value: 'http://loinc.org'}
            mustSupport: true
            index: 6
          code: {short: 코드값, mustSupport: true, index: 7}
        required: [system, code]
      text: {short: 코드값 텍스트, mustSupport: true, index: 8}
  subject:
    type: Reference
    short: 환자 정보
    mustSupport: true
    refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-patient']
    index: 9
  date: {short: '문서 생성 일시. {연}-{월}-{일}T{시}:{분}:{초}', mustSupport: true, index: 10}
  content:
    short: 문서 정보
    mustSupport: true
    index: 11
    elements:
      attachment:
        short: 문서 첨부
        mustSupport: true
        index: 12
        elements:
          contentType: {short: 첨부문서타입, mustSupport: true, index: 13}
          data: {short: 첨부문서, mustSupport: true, index: 14}
        required: [data]
  context:
    short: 첨부문서 관련정보(내원정보)
    mustSupport: true
    index: 15
    elements:
      encounter:
        type: Reference
        short: 내원 정보
        mustSupport: true
        refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-encounter']
        index: 16
package_version: 1.0.0
class: profile
kind: resource
url: https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-documentreference
base: http://hl7.org/fhir/StructureDefinition/DocumentReference
version: 1.0.0
required: [identifier, subject, type, date]