PackagesCanonicalsLogsProblems
    Packages
    kr.mohw.myhealthway@1.0.2-beta.4
    https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-laboratory
description: __MyHealthWay__ 의 진단검사 측정 정보에 적용되는 Observation 구조.
package_name: kr.mohw.myhealthway
derivation: constraint
name: MyHealthWayObservationProfileLaboratoryResult
type: Observation
elements:
  referenceRange:
    short: 참고치
    index: 32
    elements:
      low:
        mustSupport: true
        index: 33
        elements:
          value: {mustSupport: true, index: 34}
          unit: {mustSupport: true, index: 35}
      high:
        mustSupport: true
        index: 36
        elements:
          value: {mustSupport: true, index: 37}
          unit: {mustSupport: true, index: 38}
  value[x]:
    elements:
      value: {mustSupport: true, index: 22}
      unit: {mustSupport: true, index: 23}
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        mustSupport: true
        index: 24
      code: {mustSupport: true, index: 25}
    required: [value, unit]
  derivedFrom:
    type: Reference
    mustSupport: true
    refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-media']
    index: 39
  encounter:
    type: Reference
    short: 내원 정보
    mustSupport: true
    refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-encounter']
    index: 12
  valueQuantity:
    type: Quantity
    choiceOf: value
    index: 21
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, choiceOf: value, index: 21}
          min: 0
          max: 1
  value:
    mustSupport: true
    choices: [valueString]
    index: 27
    slicing:
      slices:
        valueString:
          match: {}
          schema:
            mustSupport: true
            choices: [valueString]
            index: 27
          min: 0
          max: 1
  valueString:
    type: string
    mustSupport: true
    choiceOf: value
    index: 28
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, mustSupport: true, choiceOf: value, index: 28}
          min: 0
          max: 1
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 15}
  status:
    short: '진단검사 상태: registered | preliminary | final | amended +'
    pattern: {type: Code, value: final}
    index: 3
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 14
  code:
    short: 검사 코드
    mustSupport: true
    index: 4
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-loinc-codes'}
        mustSupport: true
        array: true
        index: 5
        slicing:
          slices:
            LOINC:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-loinc-codes'}
                mustSupport: true
                array: true
                index: 5
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    mustSupport: true
                    index: 6
                  code: {mustSupport: true, index: 7}
                required: [system, code]
            SNOMED-CT:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-snomedct-codes'}
                mustSupport: true
                array: true
                index: 8
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 9
                  code: {mustSupport: true, index: 10}
                required: [system, code]
  identifier:
    short: 진단검사 식별자
    index: 0
    elements:
      system: {short: 식별체계, index: 1}
      value: {short: 식별자, index: 2}
    required: [value, system]
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-patient']
    index: 11
  performer:
    type: Reference
    refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-practitionerrole']
    index: 16
  dataAbsentReason:
    short: 데이터 부재사유
    mustSupport: true
    index: 29
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'}
            index: 30
          code: {index: 31}
        required: [system, code]
package_version: 1.0.2-beta.4
class: profile
kind: resource
url: https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-laboratory
base: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-observation-laboratory-result
version: 1.0.2-beta.4
required: [effectiveDateTime, encounter, identifier, subject, effective]