Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect property code in UTG/input/sourceOfTruth/v2/v2-tables.xml #10

Open
mfaughn opened this issue Feb 25, 2022 · 0 comments
Open

Comments

@mfaughn
Copy link

mfaughn commented Feb 25, 2022

For all concept entries for "tables" that are actually v3 CodeSystems, the property code v2cs-uri is used. The correct code is v2-cs-uri.

Example:

  <concept>
    <code value="0719"/>
    <display value="Access Restriction Reason Code"/>
    <definition value="Table of codes specifying the reason for the restricted access.  Note these codes are maintained within HL7, but outside of Version 2."/>
    ...
    <property>
      <code value="v2cs-uri"/>
      <valueString value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    </property>
     ...
  </concept>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant