{
  "resourceType": "StructureDefinition",
  "id": "EvidenceVariable",
  "meta": {
    "lastUpdated": "2019-10-31T22:29:23.356+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Specialized.Evidence-Based Medicine"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "business"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable",
  "version": "4.0.1",
  "name": "KR_EvidenceVariable",
  "status": "draft",
  "date": "2019-10-31T22:29:23+00:00",
  "publisher": "Health Level Seven International (Clinical Decision Support)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss/index.cfm"
        }
      ]
    }
  ],
  "description": "EvidenceVariable[] 리소스는 (증거, 주장, 추천)에 관한 \"PICO\" 요소(element)를 설명",
  "purpose": "Need to be able to define and reuse the definition of individual elements of a research question.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "objimpl",
      "uri": "http://hl7.org/fhir/object-implementation",
      "name": "Object Implementation Information"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "EvidenceVariable",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "_baseDefinition": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super",
        "valueString": "MetadataResource"
      }
    ]
  },
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "EvidenceVariable",
        "path": "EvidenceVariable",
        "short": "모집단(population), 개입(intervention) 또는 노출(exposure) 정의",
        "definition": "EvidenceVariable[] 리소스는 (증거, 주장, 추천)에 관한 \"PICO\" 요소(element)를 설명",
        "comment": "PICO stands for Population (the population within which exposures are being compared), Intervention (the conditional state or exposure state being described for its effect on outcomes), Comparison (the alternative conditional state or alternative exposure state being compared against), and Outcome (the result or effect of the intervention in the population).",
        "constraint": [
          {
            "key": "evv-0",
            "severity": "warning",
            "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation",
            "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')",
            "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')",
            "source": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable"
          }
        ],
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition"
          }
        ]
      },
      {
        "id": "EvidenceVariable.url",
        "path": "EvidenceVariable.url",
        "short": "URI(전역적으로 고유)로 표시되는 이 증거(evidence) 변수에 대한 정식 식별자",
        "definition": "사양(specification), 모델(model), 디자인(design) 또는 인스턴스(instance)에서 참조될 때 해당 EvidenceVariable[]를 식별하는 데 사용되는 절대(Absolute) URI이며, 표준 식별자(canonical identifier)라고도 함. 이 주소는 전체적으로 고유(unique)해야하며, 이 기능 설명의 권한있는 인스턴스가 게시되는 (또는 게시 될) 리터널 주소여야함. 이 URL은 표준 참조(Canonical reference)의 대상이 될 수 있음. 해당 리소스(resource)가 다른 서버에 저장 될 때, 동일하게 유지되어야 함",
        "comment": "urn : uuid : 또는 urn : oid : 일수있지만실제 http : 주소가선호됨. 여러인스턴스가고유(unique)한버전이있는경우동일한 URL을공유할수있음. 새버전의리소스(resource) (동일한 URL, 새버전)를생성할시기와새아티팩트(artifact)를정의하는시기는작성자가결정함. 이결정을내리기위한고려사항은 [Technical and Business Versions] (resource.html # versions)에서확인할수있음. 어떤경우에는,  지정된 URL에서더이상리소스(resource)를찾을수없지만 URL 자체는변경할수없음. 구현에는 [meta.source] (resource.html # meta) 요소(element)를사용하여리소스(resource)의현재마스터소스를찾을수있는위치를나타낼수있음.",
        "requirements": "Allows the evidence variable to be referenced by a single globally unique identifier.",
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.url"
          },
          {
            "identity": "w5",
            "map": "FiveWs.identifier"
          }
        ]
      },
      {
        "id": "EvidenceVariable.identifier",
        "path": "EvidenceVariable.identifier",
        "short": "EvidenceVariable[]에 대한 추가 식별자(identifier)",
        "definition": "다른 형식(format)으로 표현되거나 규격(specification), 모델(model), 디자인(design) 또는 인스턴스(instance)에서 참조될 때 해당 EvidenceVariable[]를 식별하는 데 사용되는 공식 식별자(formal identifier)임.",
        "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this evidence variable outside of FHIR, where it is not possible to use the logical URI.",
        "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.identifier"
          },
          {
            "identity": "w5",
            "map": "FiveWs.identifier"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "EvidenceVariable.identifier.use",
        "path": "EvidenceVariable.identifier.use",
        "short": "usual | official | temp | secondary | old (If known)",
        "definition": "해당 식별자(identifier)의 목적"
      },
      {
        "id": "EvidenceVariable.identifier.type",
        "path": "EvidenceVariable.identifier.type",
        "short": "식별자(identifier)에 대한 설명",
        "definition": "특정 목적으로 사용되는 식별자(identifier)를 결정하기 위해 사용하는 식별자(identifier)의 코드화된(coded) 유형(type)을 나타냄."
      },
      {
        "id": "EvidenceVariable.identifier.type.coding",
        "path": "EvidenceVariable.identifier.type.coding",
        "short": "용어체계(terminology system)에 의해 정의된 코드(code)",
        "definition": "용어체계(terminology system)에 의해 정의된 코드(code) 참조"
      },
      {
        "id": "EvidenceVariable.identifier.type.coding.system",
        "path": "EvidenceVariable.identifier.type.coding.system",
        "short": "용어체계 식별(Identity of terminology system)",
        "definition": "코드(code)에서 기호(symbol)의 의미를 정의하는 CodeSystem[]를 식별"
      },
      {
        "id": "EvidenceVariable.identifier.type.coding.version",
        "path": "EvidenceVariable.identifier.type.coding.version",
        "short": "해당 시스템의 버전 정보 - 필요한 경우",
        "definition": "해당 코드(code)를 선택한 시점에 사용된 CodeSystem[]의 버전임. 올바로 관리된 CodeSystem[]은 코드(code)의 의미가 버전과 관계없이 일관적이므로 버전을 보고할 필요가 없음. 그러나 CodeSystem[]의 관리 상태는 지속적으로 보장할 수 없는 부분이며, 코드(code)의 의미가 일관적임을 보장할 수 없는 경우 버전이 교체되어야 함."
      },
      {
        "id": "EvidenceVariable.identifier.type.coding.code",
        "path": "EvidenceVariable.identifier.type.coding.code",
        "short": "시스템에 정의된 구문(syntax)의 기호(symbol)",
        "definition": "시스템에 정의된 구문(syntax)의 기호(symbol). 기호(symbol)은 CodeSystem[]에 의해 정의된 구문에서 미리 정의된 코드(code) 또는 표현(expression)일 수 있음. (예: post-coordination)"
      },
      {
        "id": "EvidenceVariable.identifier.type.coding.display",
        "path": "EvidenceVariable.identifier.type.coding.display",
        "short": "시스템에 정의된 표기(representation)",
        "definition": "시스템의 규칙(rules)에 따른, 시스템에서 코드(code)의 의미 표기(representation)"
      },
      {
        "id": "EvidenceVariable.identifier.type.coding.userSelected",
        "path": "EvidenceVariable.identifier.type.coding.userSelected",
        "short": "해당 코딩(coding)이 사용자(user)에 의해 직접(directly) 선택되었는지 여부",
        "definition": "해당 코딩(coding)이 사용자(user)에 의해 직접 선택되었음을 나타냄 - (예) 사용가능한 항목(item)의 선택 목록(list) 중 하나 (코드 또는 디스플레이 )"
      },
      {
        "id": "EvidenceVariable.identifier.type.text",
        "path": "EvidenceVariable.identifier.type.text",
        "short": "개념(concept)에 대한 일반 텍스트 표현 (plain text representation)",
        "definition": "데이터를 입력한 사용자(user)의 입장에서 보거나(seen)/선택하거나(selected)/언급한대로(uttered)의 개념(concept), 혹은 사용자(user)가 의도한 의미를 사람이 사용하는 언어로 표현한 것임."
      },
      {
        "id": "EvidenceVariable.identifier.system",
        "path": "EvidenceVariable.identifier.system",
        "short": "식별자(identifier) 값의 네임스페이스(namespace)",
        "definition": "설정 값에 대한 네임스페이스 (namespace), 즉 고유(unique)한 설정값을 설명하는 URL을 설정함."
      },
      {
        "id": "EvidenceVariable.identifier.value",
        "path": "EvidenceVariable.identifier.value",
        "short": "고유(unique)한 값(value)",
        "definition": "일반적으로 사용자(user)와 관련(relevant)이 있으며, 시스템 컨텍스트(context) 내에서 고유(unique)한 식별자(identifier)의 일부분임."
      },
      {
        "id": "EvidenceVariable.identifier.period",
        "path": "EvidenceVariable.identifier.period",
        "short": "식별자(identifier)의 유효 기간",
        "definition": "식별자(identifier)가 사용 가능했거나 가능한 기간을 나타냄."
      },
      {
        "id": "EvidenceVariable.identifier.period.start",
        "path": "EvidenceVariable.identifier.period.start",
        "short": "해당 유효 기간의 시작 시점 (설정된 날짜 포함)",
        "definition": "해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함."
      },
      {
        "id": "EvidenceVariable.identifier.period.end",
        "path": "EvidenceVariable.identifier.period.end",
        "short": "해당 유효 기간의 종료 시점 (설정된 날짜 포함)",
        "definition": "기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함"
      },
      {
        "id": "EvidenceVariable.identifier.assigner",
        "path": "EvidenceVariable.identifier.assigner",
        "short": "식별자(identifier)를 발급한 조직(단순 텍스트 기입 가능)",
        "definition": "식별자(identifier)를 발급/관리하는 조직(organization)"
      },
      {
        "id": "EvidenceVariable.identifier.assigner.reference",
        "path": "EvidenceVariable.identifier.assigner.reference",
        "short": "문자로 표현된(literal) 참조, 상대적, 내부적 혹은 절대적인 URL",
        "definition": "다른 리소스(resource)를 찾을 수 있는 위치에 대한 참조를 의미함. 해당 참조는 service base URL에 상대적인(relative) 경우 상대적 참조, 혹은 해당 리소스(resource)를 찾을 수 있는 위치인 절대(Absolute) URL일 수 있음. 해당 참조는 버전에 따라 다를 수 있음. 해당 참조가 FHIR RESTful 서버가 아닌 경우, 버전에 따라 다른 것으로 간주함. 내부 구문(Internal Fragment) 참조('#'으로 시작)는 포함되어 있는 리소스(resource)를 참조함."
      },
      {
        "id": "EvidenceVariable.identifier.assigner.type",
        "path": "EvidenceVariable.identifier.assigner.type",
        "short": "참조(reference)가 참조(refer)하는 유형(type) (예. \"Patient\")",
        "definition": "참조 대상의 예상 형식(expected type). Reference.type과 Reference.reference가 모두 채워지고 Reference.reference가 FHIR URL이면 두가지 모두 일치해야함. 유형(type)은이 참조가 참조하는 유형(type) 인 리소스(resource) 정의의 표준(Canonical) URL임. 참조는 http://hl7.org/fhir/StructureDefinition/과 관련된 URL임. (예) \" 환자 \" http://hl7.org/fhir/StructureDefinition/Patient에 대한 참조. 절대(Absolute) URL은 논리 모델에만 허용됨 (리소스(resource)가 아닌 논리 모델의 참조에서만 사용할 수 있음)."
      },
      {
        "id": "EvidenceVariable.identifier.assigner.identifier",
        "path": "EvidenceVariable.identifier.assigner.identifier",
        "short": "문자로 표현된(literal) 참조를 알 수 없는 경우 사용하는, 논리적(logical) 참조",
        "definition": "대상 리소스(resource)의 식별자(identifier). 이것은 다른 리소스(resource)를 직접 참조할 방법이 없을 때 사용- 해당 엔티티(entity)가 FHIR 서버를 통해 사용할 수 없거나 리소스(resource) 작성자가 알려진 식별자(identifier)를 실제 위치로 변활할 방법이 없기 때문에 이 방법이 사용됨. Reference.identifier가 실제로 FHIR 인스턴스로 노출되는 것을 가리킬(point) 필요는 없지만, FHIR 인스턴스로 노출될 것으로 예상되는 비즈니스 개념(concept)을 가리켜야하며, 해당 인스턴스는 참조가 허용되는 FHIR 리소스 타입(resource type)이여야 함."
      },
      {
        "id": "EvidenceVariable.identifier.assigner.display",
        "path": "EvidenceVariable.identifier.assigner.display",
        "short": "해당 리소스(resource)에 대한 대체 텍스트(alternative text)",
        "definition": "리소스(resource) 참조 외에도 리소스(resource)를 식별하기 위한 일반 텍스트 설명임."
      },
      {
        "id": "EvidenceVariable.version",
        "path": "EvidenceVariable.version",
        "short": "EvidenceVariable[]의 비즈니스 버전",
        "definition": "규격(specification), 모델(model), 디자인(design) 또는 인스턴스(instance)에서 참조될 때 EvidenceVariable[]의 해당 버전을 식별하는 데 사용 되는 식별자(identifier). EvidenceVariable[] 작성자가 관리하는 임의의 값이며, 전역적으로 고유(unique)하지 않을 수도 있음. 예를 들어 관리 버전을 사용할 수 없는 경우 타임스탬프(예: yyyymmdd)일 수 있음. 또한 사전 순서에 따라 버전을 배치할 수 있다는 기대도 없음. 의사결정 지원 서비스(Decision Support Service) 사양과 일치하는 버전을 제공하려면 Major.Minor.Revision 형식 (예: 1.0.0)을 사용할 것. 지식 자산 버전 지정에 대한 자세한 사항은 의사결정 지원 서비스 사양 참조. 비실험적 활성 아티팩트(artifact)(non-experimental active artifact)의 경우 버전이 필요함.",
        "comment": "There may be different evidence variable instances that have the same identifier but different versions.  The version can be appended to the url in a reference to allow a reference to a particular business version of the evidence variable with the format [url]|[version].",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.version"
          },
          {
            "identity": "w5",
            "map": "FiveWs.version"
          }
        ]
      },
      {
        "id": "EvidenceVariable.name",
        "path": "EvidenceVariable.name",
        "short": "EvidenceVariable[]의 이름(컴퓨터 친화적)",
        "definition": "EvidenceVariable[]를 식별하는 자연어 이름. 해당 이름은 코드(code) 생성과 같은 기계 처리(machine processing) 애플리케이션에서 모듈의 식별자(identifier)로 사용할 수 있어야 함.",
        "comment": "이름은 전역적으로(globally) 고유(unique)하지 않을 수 있음. 이름은 기계 처리에 친숙하도록 간단한 영숫자(alphanumetric) 유형(type) 이름이어야 함.",
        "requirements": "Support human navigation and code generation.",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "inv-0"
        ],
        "isSummary": true
      },
      {
        "id": "EvidenceVariable.title",
        "path": "EvidenceVariable.title",
        "short": "EvidenceVariable[]의 이름(인간 친화적)",
        "definition": "EvidenceVariable[]에 대한 설명이 포함된 사용자 친화적인 간략한 명칭",
        "comment": "이름은 구두점(punctuation), 공백(white-space) 등이 포함될 수 있으며, 기계처리(machine-processing)에 친화적일 필요는 없음.",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.title"
          }
        ]
      },
      {
        "id": "EvidenceVariable.shortTitle",
        "path": "EvidenceVariable.shortTitle",
        "short": "비공식적 컨텍스트(context)에서 사용하기 위한 제목",
        "definition": "짧은 제목은 정식 제목이 필요하지 않은 비공식적인 설명 컨텍스트(context)에서 사용하기 위한 대체 제목을 제공",
        "requirements": "Need to be able to reference the content by a short description, but still provide a longer, more formal title for the content.",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true
      },
      {
        "id": "EvidenceVariable.subtitle",
        "path": "EvidenceVariable.subtitle",
        "short": "EvidenceVariable[]의 하위 제목(Subordinate title)",
        "definition": "컨텐츠(content)에 대한 추가 정보를 제공하는 EvidenceVariable[]에 대한 설명/대체 제목",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EvidenceVariable.status",
        "path": "EvidenceVariable.status",
        "short": "draft | active | retired | unknown",
        "definition": "EvidenceVariable[]의 상태. 콘텐츠의 라이프 사이클 추적용",
        "comment": "Allows filtering of evidence variables that are appropriate for use versus not.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isModifier": true,
        "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration",
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "PublicationStatus"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
              "valueBoolean": true
            }
          ],
          "strength": "required",
          "description": "The lifecycle status of an artifact.",
          "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1"
        },
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.status"
          },
          {
            "identity": "w5",
            "map": "FiveWs.status"
          }
        ]
      },
      {
        "id": "EvidenceVariable.date",
        "path": "EvidenceVariable.date",
        "short": "최종 변경 일자",
        "definition": "EvidenceVariable[]가게시된날짜(및시간)임. 비즈니스버전이변경되면날짜도변경되어야하며, 상태코드(status code)가변경될경우에도마찬가지임. 또한 EvidenceVariable[]의실질적인내용이변경될때도변경되어야함.",
        "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the evidence variable. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.",
        "alias": [
          "Revision Date"
        ],
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.date"
          },
          {
            "identity": "w5",
            "map": "FiveWs.recorded"
          }
        ]
      },
      {
        "id": "EvidenceVariable.publisher",
        "path": "EvidenceVariable.publisher",
        "short": "게시자(publisher) 이름 (조직 또는 개인)",
        "definition": "EvidenceVariable[]를 게시한 조직(organization) 또는 개인(individual)의 이름",
        "comment": "Usually an organization but may be an individual. The publisher (or steward) of the evidence variable is the organization or individual primarily responsible for the maintenance and upkeep of the evidence variable. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the evidence variable. This item SHOULD be populated unless the information is available from context.",
        "requirements": "Helps establish the \"authority/credibility\" of the evidence variable.  May also allow for contact.",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.publisher"
          },
          {
            "identity": "w5",
            "map": "FiveWs.witness"
          }
        ]
      },
      {
        "id": "EvidenceVariable.contact",
        "path": "EvidenceVariable.contact",
        "short": "게시자(publisher)의 연락처 세부정보",
        "definition": "사용자(user)와 게시자(publisher)의 통신을 원활하게 하기 위한 연락처 세부정보.",
        "comment": "웹 사이트, 이메일 주소, 전화번호 등이 될 수 있음.",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.contact"
          }
        ]
      },
      {
        "id": "EvidenceVariable.contact.name",
        "path": "EvidenceVariable.contact.name",
        "short": "연락을 받는 개인(individual)의 이름",
        "definition": "연락을 받는 개인(individual)의 이름."
      },
      {
        "id": "EvidenceVariable.contact.telecom",
        "path": "EvidenceVariable.contact.telecom",
        "short": "개인(individual) 또는 조직(organization)의 연락처 세부정보",
        "definition": "개인(individual)(이름이 제공된 경우) 또는 조직(organization)에 대한 연락처 세부정보."
      },
      {
        "id": "EvidenceVariable.contact.telecom.system",
        "path": "EvidenceVariable.contact.telecom.system",
        "short": "phone | fax | email | pager | url | sms | other",
        "definition": "연락처에 대한 통신 방법 - 연락처를 활용하기 위해 필요한 연락 시스템."
      },
      {
        "id": "EvidenceVariable.contact.telecom.value",
        "path": "EvidenceVariable.contact.telecom.value",
        "short": "실제 연락처(actual contact point)의 값",
        "definition": "지정된 통신 방법을 통하여 연락을 할 수 있는 실제 연락처(actual contact point)의 값 (예: 전화번호, 이메일주소)"
      },
      {
        "id": "EvidenceVariable.contact.telecom.use",
        "path": "EvidenceVariable.contact.telecom.use",
        "short": "home | work | temp | old | mobile - 연락처 경로",
        "definition": "연락처의 경로를 식별함."
      },
      {
        "id": "EvidenceVariable.contact.telecom.rank",
        "path": "EvidenceVariable.contact.telecom.rank",
        "short": "선호되는 사용 순서를 명시함 (1 = 가장 높은 순서)",
        "definition": "연락처 세트를 사용할 선호 순서를 지정. 순위(rank) 값이 낮은 ContactPoint가 순위(rank) 값이 높은 ContactPoint보다 선호됨."
      },
      {
        "id": "EvidenceVariable.contact.telecom.period",
        "path": "EvidenceVariable.contact.telecom.period",
        "short": "연락처가 사용/사용 된 기간",
        "definition": "연락처가 사용/사용 된 기간"
      },
      {
        "id": "EvidenceVariable.contact.telecom.period.start",
        "path": "EvidenceVariable.contact.telecom.period.start",
        "short": "해당 유효 기간의 시작 시점 (설정된 날짜 포함)",
        "definition": "해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함."
      },
      {
        "id": "EvidenceVariable.contact.telecom.period.end",
        "path": "EvidenceVariable.contact.telecom.period.end",
        "short": "해당 유효 기간의 종료 시점 (설정된 날짜 포함)",
        "definition": "기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함"
      },
      {
        "id": "EvidenceVariable.description",
        "path": "EvidenceVariable.description",
        "short": "EvidenceVariable[]에 대해 일반 언어를 사용한 설명",
        "definition": "소비자의 관점에서 본 EvidenceVariable[]에 대한 free text 형식의 자연어 설명.",
        "comment": "This description can be used to capture details such as why the evidence variable was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the evidence variable as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the evidence variable is presumed to be the predominant language in the place the evidence variable was created).",
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.description"
          }
        ]
      },
      {
        "id": "EvidenceVariable.note",
        "path": "EvidenceVariable.note",
        "short": "각주(footnote)나 설명(explanatory note)에 사용",
        "definition": "리소스(resource)에 대한 개념(concept)을 명확히 하거나 설명하는 사람이 읽을 수 있는 문자열(human-readable string)임.",
        "type": [
          {
            "code": "Annotation"
          }
        ]
      },
      {
        "id": "EvidenceVariable.note.author[x]",
        "path": "EvidenceVariable.note.author[x]",
        "short": "주석(annotation)을 담당하는 사람(individual)",
        "definition": "주석(annotation) 작성을 담당하는 사람(individual)"
      },
      {
        "id": "EvidenceVariable.note.time",
        "path": "EvidenceVariable.note.time",
        "short": "주석(annotation)이 만들어진 시기",
        "definition": "특정 주석(annotation)을 작성한 시기를 표시함."
      },
      {
        "id": "EvidenceVariable.note.text",
        "path": "EvidenceVariable.note.text",
        "short": "주석(annotation) - 텍스트내용 (Markdown)",
        "definition": "마크다운(markdown) 형식의 주석(annotation) 텍스트임."
      },
      {
        "id": "EvidenceVariable.useContext",
        "path": "EvidenceVariable.useContext",
        "short": "컨텍스트(context) 지원을 위한 컨텐츠(content)",
        "definition": "컨텐트(content)는 컨텍스트(context)을 지원하는데 중점을 두고 개발됨. 이러한 컨텍스트(context)은 일반적인 범주(category)(성,연령 등..)이거나 특정 프로그램(보험, 연구,…) 에 대한 참조일 수 있으며, 적절한 EvidenceVariable[]의 인스턴스의 색인(indexing) 및 검색하는데 사용될수 있음.",
        "comment": "useContexts가 여러 개 지정되면 모든 컨텍스트(context) 또는 어떤 컨텍스트(context)도 적용되지 않음.",
        "requirements": "Assist in searching for appropriate content.",
        "type": [
          {
            "code": "UsageContext"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.useContext"
          }
        ]
      },
      {
        "id": "EvidenceVariable.useContext.code",
        "path": "EvidenceVariable.useContext.code",
        "short": "지정된 컨텍스트(context)의 유형(type)",
        "definition": "사용 컨텍스트(context)로 지정된 사용 상황을 식별하는 코드(code)."
      },
      {
        "id": "EvidenceVariable.useContext.code.system",
        "path": "EvidenceVariable.useContext.code.system",
        "short": "용어체계 식별(Identity of terminology system)",
        "definition": "코드(code)에서 기호(symbol)의 의미를 정의하는 CodeSystem[]를 식별"
      },
      {
        "id": "EvidenceVariable.useContext.code.version",
        "path": "EvidenceVariable.useContext.code.version",
        "short": "해당 시스템의 버전 정보 - 필요한 경우",
        "definition": "해당 코드(code)를 선택한 시점에 사용된 CodeSystem[]의 버전임. 올바로 관리된 CodeSystem[]은 코드(code)의 의미가 버전과 관계없이 일관적이므로 버전을 보고할 필요가 없음. 그러나 CodeSystem[]의 관리 상태는 지속적으로 보장할 수 없는 부분이며, 코드(code)의 의미가 일관적임을 보장할 수 없는 경우 버전이 교체되어야 함."
      },
      {
        "id": "EvidenceVariable.useContext.code.code",
        "path": "EvidenceVariable.useContext.code.code",
        "short": "시스템에 정의된 구문(syntax)의 기호(symbol)",
        "definition": "시스템에 정의된 구문(syntax)의 기호(symbol). 기호(symbol)은 CodeSystem[]에 의해 정의된 구문에서 미리 정의된 코드(code) 또는 표현(expression)일 수 있음. (예: post-coordination)"
      },
      {
        "id": "EvidenceVariable.useContext.code.display",
        "path": "EvidenceVariable.useContext.code.display",
        "short": "시스템에 정의된 표기(representation)",
        "definition": "시스템의 규칙(rules)에 따른, 시스템에서 코드(code)의 의미 표기(representation)"
      },
      {
        "id": "EvidenceVariable.useContext.code.userSelected",
        "path": "EvidenceVariable.useContext.code.userSelected",
        "short": "해당 코딩(coding)이 사용자(user)에 의해 직접(directly) 선택되었는지 여부",
        "definition": "해당 코딩(coding)이 사용자(user)에 의해 직접 선택되었음을 나타냄 - (예) 사용가능한 항목(item)의 선택 목록(list) 중 하나 (코드 또는 디스플레이 )"
      },
      {
        "id": "EvidenceVariable.useContext.value[x]",
        "path": "EvidenceVariable.useContext.value[x]",
        "short": "컨텍스트(context)를 정의하는 값",
        "definition": "해당 컨텍스트(context)를 정의하는 값. 값의 해석은 코드(code)에 의해 정의됨."
      },
      {
        "id": "EvidenceVariable.jurisdiction",
        "path": "EvidenceVariable.jurisdiction",
        "short": "EvidenceVariable[]에 대한 관할권 (해당되는 경우)",
        "definition": "EvidenceVariable[]를 사용할 법적(legal) 또는 지리적(geographical) 지역(region)",
        "comment": "It may be possible for the evidence variable to be used in jurisdictions other than those for which it was originally designed or intended.",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "Jurisdiction"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
              "valueBoolean": true
            }
          ],
          "strength": "extensible",
          "description": "Countries and regions within which this artifact is targeted for use.",
          "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction"
        },
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.jurisdiction"
          }
        ]
      },
      {
        "id": "EvidenceVariable.jurisdiction.coding",
        "path": "EvidenceVariable.jurisdiction.coding",
        "short": "용어체계(terminology system)에 의해 정의된 코드(code)",
        "definition": "용어체계(terminology system)에 의해 정의된 코드(code) 참조"
      },
      {
        "id": "EvidenceVariable.jurisdiction.coding.system",
        "path": "EvidenceVariable.jurisdiction.coding.system",
        "short": "용어체계 식별(Identity of terminology system)",
        "definition": "코드(code)에서 기호(symbol)의 의미를 정의하는 CodeSystem[]를 식별"
      },
      {
        "id": "EvidenceVariable.jurisdiction.coding.version",
        "path": "EvidenceVariable.jurisdiction.coding.version",
        "short": "해당 시스템의 버전 정보 - 필요한 경우",
        "definition": "해당 코드(code)를 선택한 시점에 사용된 CodeSystem[]의 버전임. 올바로 관리된 CodeSystem[]은 코드(code)의 의미가 버전과 관계없이 일관적이므로 버전을 보고할 필요가 없음. 그러나 CodeSystem[]의 관리 상태는 지속적으로 보장할 수 없는 부분이며, 코드(code)의 의미가 일관적임을 보장할 수 없는 경우 버전이 교체되어야 함."
      },
      {
        "id": "EvidenceVariable.jurisdiction.coding.code",
        "path": "EvidenceVariable.jurisdiction.coding.code",
        "short": "시스템에 정의된 구문(syntax)의 기호(symbol)",
        "definition": "시스템에 정의된 구문(syntax)의 기호(symbol). 기호(symbol)은 CodeSystem[]에 의해 정의된 구문에서 미리 정의된 코드(code) 또는 표현(expression)일 수 있음. (예: post-coordination)"
      },
      {
        "id": "EvidenceVariable.jurisdiction.coding.display",
        "path": "EvidenceVariable.jurisdiction.coding.display",
        "short": "시스템에 정의된 표기(representation)",
        "definition": "시스템의 규칙(rules)에 따른, 시스템에서 코드(code)의 의미 표기(representation)"
      },
      {
        "id": "EvidenceVariable.jurisdiction.coding.userSelected",
        "path": "EvidenceVariable.jurisdiction.coding.userSelected",
        "short": "해당 코딩(coding)이 사용자(user)에 의해 직접(directly) 선택되었는지 여부",
        "definition": "해당 코딩(coding)이 사용자(user)에 의해 직접 선택되었음을 나타냄 - (예) 사용가능한 항목(item)의 선택 목록(list) 중 하나 (코드 또는 디스플레이 )"
      },
      {
        "id": "EvidenceVariable.jurisdiction.text",
        "path": "EvidenceVariable.jurisdiction.text",
        "short": "개념(concept)에 대한 일반 텍스트 표현 (plain text representation)",
        "definition": "데이터를 입력한 사용자(user)의 입장에서 보거나(seen)/선택하거나(selected)/언급한대로(uttered)의 개념(concept), 혹은 사용자(user)가 의도한 의미를 사람이 사용하는 언어로 표현한 것임."
      },
      {
        "id": "EvidenceVariable.copyright",
        "path": "EvidenceVariable.copyright",
        "short": "사용(use) 및/또는 게시권(publishing)에 대한 제한(restrictions)",
        "definition": "EvidenceVariable[] 및/또는 그 컨텐츠(contents)와 관련된 저작권 보고서(copyright statement). 저작권 보고서는 일반적으로 EvidenceVariable[]의 사용 및 게시에 대한 법적 제한사항임.",
        "requirements": "Consumers must be able to determine any legal restrictions on the use of the evidence variable and/or its content.",
        "alias": [
          "License",
          "Restrictions"
        ],
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.copyright"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "EvidenceVariable.approvalDate",
        "path": "EvidenceVariable.approvalDate",
        "short": "EvidenceVariable[]이 게시자에 의해 승인된 시점",
        "definition": "게시자가 리소스(resource) 컨텐츠(content)를 승인한 날짜임. 컨텐츠(content) 사용이 공식적으로 승인되면 승인(Approval)이 한번 발생함.",
        "comment": "date' 요소(element)는 사소한 변경 또는 편집 수정으로 인해 승인 날짜보다 더 최신일 수도 있음.",
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.approvalDate"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "EvidenceVariable.lastReviewDate",
        "path": "EvidenceVariable.lastReviewDate",
        "short": "EvidenceVariable[]이 마지막으로 검토된 시점",
        "definition": "리소스(resource) 컨텐츠(content)를 마지막으로 검토한 날짜임. 승인 후 주기적으로 검토가 이루어지지만 원본 승인 날짜는 변경되지 않음.",
        "comment": "지정된 경우, 해당 날짜는 원본 승인 날짜를 따름.",
        "requirements": "Gives a sense of how \"current\" the content is.  Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.",
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.lastReviewDate"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "EvidenceVariable.effectivePeriod",
        "path": "EvidenceVariable.effectivePeriod",
        "short": "EvidenceVariable[]이 사용될 것으로 예상되는 시점",
        "definition": "EvidenceVariable[] 컨텐츠(content)가 사용중(active use)이였거나 사용 중(active use)으로 계획된 기간",
        "comment": "The effective period for a evidence variable  determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.",
        "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting  process when new versions of the evidence variable are or are expected to be used instead.",
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.effectivePeriod"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "EvidenceVariable.effectivePeriod.start",
        "path": "EvidenceVariable.effectivePeriod.start",
        "short": "해당 유효 기간의 시작 시점 (설정된 날짜 포함)",
        "definition": "해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함."
      },
      {
        "id": "EvidenceVariable.effectivePeriod.end",
        "path": "EvidenceVariable.effectivePeriod.end",
        "short": "해당 유효 기간의 종료 시점 (설정된 날짜 포함)",
        "definition": "기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함"
      },
      {
        "id": "EvidenceVariable.topic",
        "path": "EvidenceVariable.topic",
        "short": "교육(Education), 치료(Treatment), 평가(Assessment) 등과 같은 EvidenceVariable[]의 범주",
        "definition": "EvidenceVariable의 내용과 관련된 설명 항목(topic). 항목은 필터링 및 검색에 유용할 수 있는 EvidenceVariable[]의 상위 수준 분류 그룹화 유형을 제공함",
        "requirements": "Repositories must be able to determine how to categorize the EvidenceVariable so that it can be found by topical searches.",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "DefinitionTopic"
            }
          ],
          "strength": "example",
          "description": "High-level categorization of the definition, used for searching, sorting, and filtering.",
          "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic"
        }
      },
      {
        "id": "EvidenceVariable.topic.coding",
        "path": "EvidenceVariable.topic.coding",
        "short": "용어체계(terminology system)에 의해 정의된 코드(code)",
        "definition": "용어체계(terminology system)에 의해 정의된 코드(code) 참조"
      },
      {
        "id": "EvidenceVariable.topic.coding.system",
        "path": "EvidenceVariable.topic.coding.system",
        "short": "용어체계 식별(Identity of terminology system)",
        "definition": "코드(code)에서 기호(symbol)의 의미를 정의하는 CodeSystem[]를 식별"
      },
      {
        "id": "EvidenceVariable.topic.coding.version",
        "path": "EvidenceVariable.topic.coding.version",
        "short": "해당 시스템의 버전 정보 - 필요한 경우",
        "definition": "해당 코드(code)를 선택한 시점에 사용된 CodeSystem[]의 버전임. 올바로 관리된 CodeSystem[]은 코드(code)의 의미가 버전과 관계없이 일관적이므로 버전을 보고할 필요가 없음. 그러나 CodeSystem[]의 관리 상태는 지속적으로 보장할 수 없는 부분이며, 코드(code)의 의미가 일관적임을 보장할 수 없는 경우 버전이 교체되어야 함."
      },
      {
        "id": "EvidenceVariable.topic.coding.code",
        "path": "EvidenceVariable.topic.coding.code",
        "short": "시스템에 정의된 구문(syntax)의 기호(symbol)",
        "definition": "시스템에 정의된 구문(syntax)의 기호(symbol). 기호(symbol)은 CodeSystem[]에 의해 정의된 구문에서 미리 정의된 코드(code) 또는 표현(expression)일 수 있음. (예: post-coordination)"
      },
      {
        "id": "EvidenceVariable.topic.coding.display",
        "path": "EvidenceVariable.topic.coding.display",
        "short": "시스템에 정의된 표기(representation)",
        "definition": "시스템의 규칙(rules)에 따른, 시스템에서 코드(code)의 의미 표기(representation)"
      },
      {
        "id": "EvidenceVariable.topic.coding.userSelected",
        "path": "EvidenceVariable.topic.coding.userSelected",
        "short": "해당 코딩(coding)이 사용자(user)에 의해 직접(directly) 선택되었는지 여부",
        "definition": "해당 코딩(coding)이 사용자(user)에 의해 직접 선택되었음을 나타냄 - (예) 사용가능한 항목(item)의 선택 목록(list) 중 하나 (코드 또는 디스플레이 )"
      },
      {
        "id": "EvidenceVariable.topic.text",
        "path": "EvidenceVariable.topic.text",
        "short": "개념(concept)에 대한 일반 텍스트 표현 (plain text representation)",
        "definition": "데이터를 입력한 사용자(user)의 입장에서 보거나(seen)/선택하거나(selected)/언급한대로(uttered)의 개념(concept), 혹은 사용자(user)가 의도한 의미를 사람이 사용하는 언어로 표현한 것임."
      },
      {
        "id": "EvidenceVariable.author",
        "path": "EvidenceVariable.author",
        "short": "컨텐츠(content)를 작성한 사람",
        "definition": "컨텐츠(content) 작성 및 유지 관리에 주로 관여하는 개인(individual) 또는 조직(organization)",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": ".participation[typeCode=AUT]"
          }
        ]
      },
      {
        "id": "EvidenceVariable.author.name",
        "path": "EvidenceVariable.author.name",
        "short": "연락을 받는 개인(individual)의 이름",
        "definition": "연락을 받는 개인(individual)의 이름."
      },
      {
        "id": "EvidenceVariable.author.telecom",
        "path": "EvidenceVariable.author.telecom",
        "short": "개인(individual) 또는 조직(organization)의 연락처 세부정보",
        "definition": "개인(individual)(이름이 제공된 경우) 또는 조직(organization)에 대한 연락처 세부정보."
      },
      {
        "id": "EvidenceVariable.author.telecom.system",
        "path": "EvidenceVariable.author.telecom.system",
        "short": "phone | fax | email | pager | url | sms | other",
        "definition": "연락처에 대한 통신 방법 - 연락처를 활용하기 위해 필요한 연락 시스템."
      },
      {
        "id": "EvidenceVariable.author.telecom.value",
        "path": "EvidenceVariable.author.telecom.value",
        "short": "실제 연락처(actual contact point)의 값",
        "definition": "지정된 통신 방법을 통하여 연락을 할 수 있는 실제 연락처(actual contact point)의 값 (예: 전화번호, 이메일주소)"
      },
      {
        "id": "EvidenceVariable.author.telecom.use",
        "path": "EvidenceVariable.author.telecom.use",
        "short": "home | work | temp | old | mobile - 연락처 경로",
        "definition": "연락처의 경로를 식별함."
      },
      {
        "id": "EvidenceVariable.author.telecom.rank",
        "path": "EvidenceVariable.author.telecom.rank",
        "short": "선호되는 사용 순서를 명시함 (1 = 가장 높은 순서)",
        "definition": "연락처 세트를 사용할 선호 순서를 지정. 순위(rank) 값이 낮은 ContactPoint가 순위(rank) 값이 높은 ContactPoint보다 선호됨."
      },
      {
        "id": "EvidenceVariable.author.telecom.period",
        "path": "EvidenceVariable.author.telecom.period",
        "short": "연락처가 사용/사용 된 기간",
        "definition": "연락처가 사용/사용 된 기간"
      },
      {
        "id": "EvidenceVariable.author.telecom.period.start",
        "path": "EvidenceVariable.author.telecom.period.start",
        "short": "해당 유효 기간의 시작 시점 (설정된 날짜 포함)",
        "definition": "해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함."
      },
      {
        "id": "EvidenceVariable.author.telecom.period.end",
        "path": "EvidenceVariable.author.telecom.period.end",
        "short": "해당 유효 기간의 종료 시점 (설정된 날짜 포함)",
        "definition": "기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함"
      },
      {
        "id": "EvidenceVariable.editor",
        "path": "EvidenceVariable.editor",
        "short": "컨텐츠(content)를 편집한 사람",
        "definition": "컨텐츠(content)의 내부 일관성(internal coherence)을 주로 담당하는 개인(individual) 또는 조직(organization)",
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "EvidenceVariable.editor.name",
        "path": "EvidenceVariable.editor.name",
        "short": "연락을 받는 개인(individual)의 이름",
        "definition": "연락을 받는 개인(individual)의 이름."
      },
      {
        "id": "EvidenceVariable.editor.telecom",
        "path": "EvidenceVariable.editor.telecom",
        "short": "개인(individual) 또는 조직(organization)의 연락처 세부정보",
        "definition": "개인(individual)(이름이 제공된 경우) 또는 조직(organization)에 대한 연락처 세부정보."
      },
      {
        "id": "EvidenceVariable.editor.telecom.system",
        "path": "EvidenceVariable.editor.telecom.system",
        "short": "phone | fax | email | pager | url | sms | other",
        "definition": "연락처에 대한 통신 방법 - 연락처를 활용하기 위해 필요한 연락 시스템."
      },
      {
        "id": "EvidenceVariable.editor.telecom.value",
        "path": "EvidenceVariable.editor.telecom.value",
        "short": "실제 연락처(actual contact point)의 값",
        "definition": "지정된 통신 방법을 통하여 연락을 할 수 있는 실제 연락처(actual contact point)의 값 (예: 전화번호, 이메일주소)"
      },
      {
        "id": "EvidenceVariable.editor.telecom.use",
        "path": "EvidenceVariable.editor.telecom.use",
        "short": "home | work | temp | old | mobile - 연락처 경로",
        "definition": "연락처의 경로를 식별함."
      },
      {
        "id": "EvidenceVariable.editor.telecom.rank",
        "path": "EvidenceVariable.editor.telecom.rank",
        "short": "선호되는 사용 순서를 명시함 (1 = 가장 높은 순서)",
        "definition": "연락처 세트를 사용할 선호 순서를 지정. 순위(rank) 값이 낮은 ContactPoint가 순위(rank) 값이 높은 ContactPoint보다 선호됨."
      },
      {
        "id": "EvidenceVariable.editor.telecom.period",
        "path": "EvidenceVariable.editor.telecom.period",
        "short": "연락처가 사용/사용 된 기간",
        "definition": "연락처가 사용/사용 된 기간"
      },
      {
        "id": "EvidenceVariable.editor.telecom.period.start",
        "path": "EvidenceVariable.editor.telecom.period.start",
        "short": "해당 유효 기간의 시작 시점 (설정된 날짜 포함)",
        "definition": "해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함."
      },
      {
        "id": "EvidenceVariable.editor.telecom.period.end",
        "path": "EvidenceVariable.editor.telecom.period.end",
        "short": "해당 유효 기간의 종료 시점 (설정된 날짜 포함)",
        "definition": "기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함"
      },
      {
        "id": "EvidenceVariable.reviewer",
        "path": "EvidenceVariable.reviewer",
        "short": "컨텐츠(content)를 검토한 사람",
        "definition": "컨텐츠(content)의 일부 측면에 대한 검토를 주로 담당하는 개인(individual) 또는 조직(organization)",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}"
          }
        ]
      },
      {
        "id": "EvidenceVariable.reviewer.name",
        "path": "EvidenceVariable.reviewer.name",
        "short": "연락을 받는 개인(individual)의 이름",
        "definition": "연락을 받는 개인(individual)의 이름."
      },
      {
        "id": "EvidenceVariable.reviewer.telecom",
        "path": "EvidenceVariable.reviewer.telecom",
        "short": "개인(individual) 또는 조직(organization)의 연락처 세부정보",
        "definition": "개인(individual)(이름이 제공된 경우) 또는 조직(organization)에 대한 연락처 세부정보."
      },
      {
        "id": "EvidenceVariable.reviewer.telecom.system",
        "path": "EvidenceVariable.reviewer.telecom.system",
        "short": "phone | fax | email | pager | url | sms | other",
        "definition": "연락처에 대한 통신 방법 - 연락처를 활용하기 위해 필요한 연락 시스템."
      },
      {
        "id": "EvidenceVariable.reviewer.telecom.value",
        "path": "EvidenceVariable.reviewer.telecom.value",
        "short": "실제 연락처(actual contact point)의 값",
        "definition": "지정된 통신 방법을 통하여 연락을 할 수 있는 실제 연락처(actual contact point)의 값 (예: 전화번호, 이메일주소)"
      },
      {
        "id": "EvidenceVariable.reviewer.telecom.use",
        "path": "EvidenceVariable.reviewer.telecom.use",
        "short": "home | work | temp | old | mobile - 연락처 경로",
        "definition": "연락처의 경로를 식별함."
      },
      {
        "id": "EvidenceVariable.reviewer.telecom.rank",
        "path": "EvidenceVariable.reviewer.telecom.rank",
        "short": "선호되는 사용 순서를 명시함 (1 = 가장 높은 순서)",
        "definition": "연락처 세트를 사용할 선호 순서를 지정. 순위(rank) 값이 낮은 ContactPoint가 순위(rank) 값이 높은 ContactPoint보다 선호됨."
      },
      {
        "id": "EvidenceVariable.reviewer.telecom.period",
        "path": "EvidenceVariable.reviewer.telecom.period",
        "short": "연락처가 사용/사용 된 기간",
        "definition": "연락처가 사용/사용 된 기간"
      },
      {
        "id": "EvidenceVariable.reviewer.telecom.period.start",
        "path": "EvidenceVariable.reviewer.telecom.period.start",
        "short": "해당 유효 기간의 시작 시점 (설정된 날짜 포함)",
        "definition": "해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함."
      },
      {
        "id": "EvidenceVariable.reviewer.telecom.period.end",
        "path": "EvidenceVariable.reviewer.telecom.period.end",
        "short": "해당 유효 기간의 종료 시점 (설정된 날짜 포함)",
        "definition": "기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함"
      },
      {
        "id": "EvidenceVariable.endorser",
        "path": "EvidenceVariable.endorser",
        "short": "컨텐츠(content)를 승인(endorse)한 사람",
        "definition": "일부 환경(setting)에서 사용하기 위해 컨텐츠(content)를 공식적으로 승인(endorse)할 책임이 있는 개인(individual) 또는 조직(organization)",
        "type": [
          {
            "code": "ContactDetail"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}"
          }
        ]
      },
      {
        "id": "EvidenceVariable.endorser.name",
        "path": "EvidenceVariable.endorser.name",
        "short": "연락을 받는 개인(individual)의 이름",
        "definition": "연락을 받는 개인(individual)의 이름."
      },
      {
        "id": "EvidenceVariable.endorser.telecom",
        "path": "EvidenceVariable.endorser.telecom",
        "short": "개인(individual) 또는 조직(organization)의 연락처 세부정보",
        "definition": "개인(individual)(이름이 제공된 경우) 또는 조직(organization)에 대한 연락처 세부정보."
      },
      {
        "id": "EvidenceVariable.endorser.telecom.system",
        "path": "EvidenceVariable.endorser.telecom.system",
        "short": "phone | fax | email | pager | url | sms | other",
        "definition": "연락처에 대한 통신 방법 - 연락처를 활용하기 위해 필요한 연락 시스템."
      },
      {
        "id": "EvidenceVariable.endorser.telecom.value",
        "path": "EvidenceVariable.endorser.telecom.value",
        "short": "실제 연락처(actual contact point)의 값",
        "definition": "지정된 통신 방법을 통하여 연락을 할 수 있는 실제 연락처(actual contact point)의 값 (예: 전화번호, 이메일주소)"
      },
      {
        "id": "EvidenceVariable.endorser.telecom.use",
        "path": "EvidenceVariable.endorser.telecom.use",
        "short": "home | work | temp | old | mobile - 연락처 경로",
        "definition": "연락처의 경로를 식별함."
      },
      {
        "id": "EvidenceVariable.endorser.telecom.rank",
        "path": "EvidenceVariable.endorser.telecom.rank",
        "short": "선호되는 사용 순서를 명시함 (1 = 가장 높은 순서)",
        "definition": "연락처 세트를 사용할 선호 순서를 지정. 순위(rank) 값이 낮은 ContactPoint가 순위(rank) 값이 높은 ContactPoint보다 선호됨."
      },
      {
        "id": "EvidenceVariable.endorser.telecom.period",
        "path": "EvidenceVariable.endorser.telecom.period",
        "short": "연락처가 사용/사용 된 기간",
        "definition": "연락처가 사용/사용 된 기간"
      },
      {
        "id": "EvidenceVariable.endorser.telecom.period.start",
        "path": "EvidenceVariable.endorser.telecom.period.start",
        "short": "해당 유효 기간의 시작 시점 (설정된 날짜 포함)",
        "definition": "해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함."
      },
      {
        "id": "EvidenceVariable.endorser.telecom.period.end",
        "path": "EvidenceVariable.endorser.telecom.period.end",
        "short": "해당 유효 기간의 종료 시점 (설정된 날짜 포함)",
        "definition": "기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함"
      },
      {
        "id": "EvidenceVariable.relatedArtifact",
        "path": "EvidenceVariable.relatedArtifact",
        "short": "추가 문서(documentation), 인용 등.",
        "definition": "추가 문서(documentation), 근거(justification) 또는 서지 참조(bibliographic referneces)와 같은 관련 아티팩트(artifact)",
        "comment": "각 관련있는 아티팩트(artifact)는 첨부 파일이거나 다른 리소스(resource)에 대한 참조이지만, 둘 다 인것은 아님.",
        "requirements": "EvidenceVariables must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ]
      },
      {
        "id": "EvidenceVariable.relatedArtifact.type",
        "path": "EvidenceVariable.relatedArtifact.type",
        "short": "documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of",
        "definition": "관련있는 아티펙트(artifact)와의 관계 유형(type of relationship)"
      },
      {
        "id": "EvidenceVariable.relatedArtifact.label",
        "path": "EvidenceVariable.relatedArtifact.label",
        "short": "짧은 라벨(label)",
        "definition": "각주 색인(foot index)처럼, 포함하는 아티팩트(artifact)의 다른 곳에서 인용을 참조하는 데 사용할 수 있는 짧은 라벨임."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.display",
        "path": "EvidenceVariable.relatedArtifact.display",
        "short": "관련있는 아티펙트(artifact)에 대한 간략한 설명",
        "definition": "참조되는 문서 또는 지식 리소스(resource)에 대한 간략한 설명으로, 소비자에게 표시하기 적합함."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.citation",
        "path": "EvidenceVariable.relatedArtifact.citation",
        "short": "아티팩트(artifact)에 대한 서지(Bibliographic) 인용",
        "definition": "관련있는 아티펙트(related artifact)에 대한 서지 인용(bibliographic citation)임. 해당 텍스트는 허용된 인용 형식에 따라 형식이 지정되어야 함."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.url",
        "path": "EvidenceVariable.relatedArtifact.url",
        "short": "아티팩트(artifact)에 접근할 수 있는 위치",
        "definition": "실제 컨텐츠(content)에 액세스하는 데 사용할 수 있는 아티팩트(artifact)의 URL임."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.document",
        "path": "EvidenceVariable.relatedArtifact.document",
        "short": "참조되는 문서",
        "definition": "참조되는 문서이며, 첨부 파일로 표시됨. 리소스(resource) 요소(element)에서만 사용할 수 있음."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.document.contentType",
        "path": "EvidenceVariable.relatedArtifact.document.contentType",
        "short": "콘텐츠(content)의 Mime 유형(type) (charset 등 포함)",
        "definition": "첨부파일에서 데이터 유형(type)을 식별하고 데이터를 해석하거나 렌더링(render) 하는 방법을 식별함. charset과 같은 Mime 유형(type)의 매개변수(parameter)를 포함함."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.document.language",
        "path": "EvidenceVariable.relatedArtifact.document.language",
        "short": "컨텐츠(content)의 인간 언어 (BCP-47)",
        "definition": "콘텐츠(content)을 표기한 언어의 종류. BCP 47에 의거한 값."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.document.data",
        "path": "EvidenceVariable.relatedArtifact.document.data",
        "short": "데이터 인라인(data inline) - base64ed",
        "definition": "첨부 파일의 실제 데이터 (actual data) - 바이트 시퀀스(sequence of bytes). XML에서는 base64로 표현됨."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.document.url",
        "path": "EvidenceVariable.relatedArtifact.document.url",
        "short": "데이터를 찾을 수 있는 URI",
        "definition": "데이터에 액세스할 수 있는 위치"
      },
      {
        "id": "EvidenceVariable.relatedArtifact.document.size",
        "path": "EvidenceVariable.relatedArtifact.document.size",
        "short": "콘텐츠(content)의 바이트(bytes) 수 (URL이 제공된 경우)",
        "definition": "해당 첨부파일을 구성하는 데이터 바이트(bytes) 수임. (base64 인코딩 하기전의 바이트(bytes)수)"
      },
      {
        "id": "EvidenceVariable.relatedArtifact.document.hash",
        "path": "EvidenceVariable.relatedArtifact.document.hash",
        "short": "데이터 해시(hash) (sha-1, base64ed)",
        "definition": "SHA-1을 사용하여 계산된 데이터 해시를 나타냄. base64를 사용하여 표현함."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.document.title",
        "path": "EvidenceVariable.relatedArtifact.document.title",
        "short": "데이터를 대신하여 표현할 레이블 (label)",
        "definition": "데이터를 대신하여 표현할 레이블 (label) 혹은 텍스트(text)임."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.document.creation",
        "path": "EvidenceVariable.relatedArtifact.document.creation",
        "short": "첨부파일(attachment)이 처음 생성된 날짜",
        "definition": "첨부 파일이 처음 생성된 날짜임."
      },
      {
        "id": "EvidenceVariable.relatedArtifact.resource",
        "path": "EvidenceVariable.relatedArtifact.resource",
        "short": "참조되는 리소스(resource)",
        "definition": "Library[], ValueSet[], Profile[], 또는 기타 지식 리소스(resource)와 같은 관련 리소스(resource)"
      },
      {
        "id": "EvidenceVariable.type",
        "path": "EvidenceVariable.type",
        "short": "dichotomous | continuous | descriptive",
        "definition": "증거(evidence) 요소의 타입, 모집단(population), 노출(exposure) 또는 결과(outcome)",
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "EvidenceVariableType"
            }
          ],
          "strength": "required",
          "description": "The possible types of variables for exposures or outcomes (E.g. Dichotomous, Continuous, Descriptive).",
          "valueSet": "http://hl7.org/fhir/ValueSet/variable-type|4.0.1"
        }
      },
      {
        "id": "EvidenceVariable.characteristic",
        "path": "EvidenceVariable.characteristic",
        "short": "증거(evidence) 요소(element)의 구성원을 정의하는 것",
        "definition": "증거(evidence) 요소(element)의 구성원을 정의하는 특성.\"and\" 의미체계(semantice)와 함께 여러 특성이 적용됨",
        "comment": "Characteristics can be defined flexibly to accommodate different use cases for membership criteria, ranging from simple codes, all the way to using an expression language to express the criteria.",
        "min": 1,
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true
      },
      {
        "id": "EvidenceVariable.characteristic.description",
        "path": "EvidenceVariable.characteristic.description",
        "short": "특성에 대한 자연어 설명",
        "definition": "최종 사용자에게 기준을 전달하는 데 사용할 수 있는 특성에 대한 짧은 자연어 설명",
        "requirements": "Need to be able to describe characteristics in natural language so that end users can understand the criteria.",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EvidenceVariable.characteristic.definition[x]",
        "path": "EvidenceVariable.characteristic.definition[x]",
        "short": "멤버를 정의하는 코드 또는 표현식이 무엇인지?",
        "definition": "Code(예: 조건, 약물 또는 관찰), Expression(FHIRPath 또는 CQL과 같은 표현 언어 사용) 또는 DataRequirement(예: 지난 해의 당뇨병 진단 시작)을 사용하여 증거(evidence) 요소(element)의 구성원을 정의",
        "requirements": "Need to be able to define members in simple codes when the membership aligns well with terminology, with common criteria such as observations in a value set or lab tests within a year, or with expression language to support criteria that do not fit in the above.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Group"
            ]
          },
          {
            "code": "canonical",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
            ]
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Expression"
          },
          {
            "code": "DataRequirement"
          },
          {
            "code": "TriggerDefinition"
          }
        ],
        "isSummary": true
      },
      {
        "id": "EvidenceVariable.characteristic.usageContext",
        "path": "EvidenceVariable.characteristic.usageContext",
        "short": "멤버를 정의하는 코드/값 쌍은 무엇?",
        "definition": "연령 범위, 성별, 설정과 같은 모집단(population)의 구성원을 정의하려면 UsageContext를 사용",
        "requirements": "Need to be able to define members more structurally when more information can be communicated such as age range.",
        "type": [
          {
            "code": "UsageContext"
          }
        ]
      },
      {
        "id": "EvidenceVariable.characteristic.usageContext.code",
        "path": "EvidenceVariable.characteristic.usageContext.code",
        "short": "지정된 컨텍스트(context)의 유형(type)",
        "definition": "사용 컨텍스트(context)로 지정된 사용 상황을 식별하는 코드(code)."
      },
      {
        "id": "EvidenceVariable.characteristic.usageContext.code.system",
        "path": "EvidenceVariable.characteristic.usageContext.code.system",
        "short": "용어체계 식별(Identity of terminology system)",
        "definition": "코드(code)에서 기호(symbol)의 의미를 정의하는 CodeSystem[]를 식별"
      },
      {
        "id": "EvidenceVariable.characteristic.usageContext.code.version",
        "path": "EvidenceVariable.characteristic.usageContext.code.version",
        "short": "해당 시스템의 버전 정보 - 필요한 경우",
        "definition": "해당 코드(code)를 선택한 시점에 사용된 CodeSystem[]의 버전임. 올바로 관리된 CodeSystem[]은 코드(code)의 의미가 버전과 관계없이 일관적이므로 버전을 보고할 필요가 없음. 그러나 CodeSystem[]의 관리 상태는 지속적으로 보장할 수 없는 부분이며, 코드(code)의 의미가 일관적임을 보장할 수 없는 경우 버전이 교체되어야 함."
      },
      {
        "id": "EvidenceVariable.characteristic.usageContext.code.code",
        "path": "EvidenceVariable.characteristic.usageContext.code.code",
        "short": "시스템에 정의된 구문(syntax)의 기호(symbol)",
        "definition": "시스템에 정의된 구문(syntax)의 기호(symbol). 기호(symbol)은 CodeSystem[]에 의해 정의된 구문에서 미리 정의된 코드(code) 또는 표현(expression)일 수 있음. (예: post-coordination)"
      },
      {
        "id": "EvidenceVariable.characteristic.usageContext.code.display",
        "path": "EvidenceVariable.characteristic.usageContext.code.display",
        "short": "시스템에 정의된 표기(representation)",
        "definition": "시스템의 규칙(rules)에 따른, 시스템에서 코드(code)의 의미 표기(representation)"
      },
      {
        "id": "EvidenceVariable.characteristic.usageContext.code.userSelected",
        "path": "EvidenceVariable.characteristic.usageContext.code.userSelected",
        "short": "해당 코딩(coding)이 사용자(user)에 의해 직접(directly) 선택되었는지 여부",
        "definition": "해당 코딩(coding)이 사용자(user)에 의해 직접 선택되었음을 나타냄 - (예) 사용가능한 항목(item)의 선택 목록(list) 중 하나 (코드 또는 디스플레이 )"
      },
      {
        "id": "EvidenceVariable.characteristic.usageContext.value[x]",
        "path": "EvidenceVariable.characteristic.usageContext.value[x]",
        "short": "컨텍스트(context)를 정의하는 값",
        "definition": "해당 컨텍스트(context)를 정의하는 값. 값의 해석은 코드(code)에 의해 정의됨."
      },
      {
        "id": "EvidenceVariable.characteristic.exclude",
        "path": "EvidenceVariable.characteristic.exclude",
        "short": "특성(characteristic) 요소(element)가 구성원을 포함할지 제외할지 여부",
        "definition": "true'일 경우 이 특성(characteristic)을 가진 멤버는 요소(element)에서 제외됨",
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "meaningWhenMissing": "False"
      },
      {
        "id": "EvidenceVariable.characteristic.participantEffective[x]",
        "path": "EvidenceVariable.characteristic.participantEffective[x]",
        "short": "참가자가 적용되는 기간",
        "definition": "연구(study)에 적용되는 유효 기간을 나타냄",
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          },
          {
            "code": "Duration"
          },
          {
            "code": "Timing"
          }
        ]
      },
      {
        "id": "EvidenceVariable.characteristic.timeFromStart",
        "path": "EvidenceVariable.characteristic.timeFromStart",
        "short": "연구(study) 시작 후 관찰(observation) 시간",
        "definition": "참가자의 연구(study) 항목의 기간을 나타냄",
        "max": "1",
        "type": [
          {
            "code": "Duration"
          }
        ]
      },
      {
        "id": "EvidenceVariable.characteristic.timeFromStart.value",
        "path": "EvidenceVariable.characteristic.timeFromStart.value",
        "short": "값의 수치(numerical value) (근사치 포함)",
        "definition": "측정된 값(value of measured amount). 값을 표현할 때 근사치(implicit precision)가 포함됨."
      },
      {
        "id": "EvidenceVariable.characteristic.timeFromStart.comparator",
        "path": "EvidenceVariable.characteristic.timeFromStart.comparator",
        "short": "< | <= | >= | > - 값을 이해하는 방법",
        "definition": "값(value)을 이해하고 표현 하는 방법 - 측정 문제로 인해 실제 값이 명시된 값보다 크거나 적은지 여부; (예) 만약 비교자가 \"<\" 이면 실제 값은 명시된 값보다 < (작다)임."
      },
      {
        "id": "EvidenceVariable.characteristic.timeFromStart.unit",
        "path": "EvidenceVariable.characteristic.timeFromStart.unit",
        "short": "단위 표현(unit representation)",
        "definition": "사람이 읽을 수 있는 형식의 단위(unit)."
      },
      {
        "id": "EvidenceVariable.characteristic.timeFromStart.system",
        "path": "EvidenceVariable.characteristic.timeFromStart.system",
        "short": "코드화된 단위 폼(coded unit form)을 정의하는 시스템(system)",
        "definition": "단위(unit)의 코드화된 폼(coded form)을 제공하는 시스템의 식별임."
      },
      {
        "id": "EvidenceVariable.characteristic.timeFromStart.code",
        "path": "EvidenceVariable.characteristic.timeFromStart.code",
        "short": "단위(unit)의 코드화된 폼(coded form)",
        "definition": "일부 단위 표시 시스템(unit representation system)에서 컴퓨터로 처리할 수 있는 형식 단위(unit)."
      },
      {
        "id": "EvidenceVariable.characteristic.groupMeasure",
        "path": "EvidenceVariable.characteristic.groupMeasure",
        "short": "mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median",
        "definition": "연구 유효 기간 내에 요소(elements)가 집계되는 방법을 나타냄",
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "GroupMeasure"
            }
          ],
          "strength": "required",
          "description": "Possible group measure aggregates (E.g. Mean, Median).",
          "valueSet": "http://hl7.org/fhir/ValueSet/group-measure|4.0.1"
        }
      }
    ]
  }
}