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

Patient.identifier:LocalPid.type is missing in an example #30

Closed
ziegm opened this issue Feb 25, 2020 · 1 comment
Closed

Patient.identifier:LocalPid.type is missing in an example #30

ziegm opened this issue Feb 25, 2020 · 1 comment
Labels
STU 0.1.0 Ballot Comments/Issues from the Ballot for STU1

Comments

@ziegm
Copy link
Collaborator

ziegm commented Feb 25, 2020

In following Example is the required type of the patient identifier missing:
CdaContainingOriginalRepresentationAsPdfA
Source: input\examples\bundle\CdaContainingOriginalRepresentationAsPdfA.xml

Actual element (missing type):

<Patient>
      <id value="14352087-86af-4bd3-a388-33eeea1d2b9a"/>
      <identifier>
             <system value="urn:oid:2.999"/>
             <value value="8733"/>
      </identifier>
        ....

Correct element would be:

<Patient>
      <id value="14352087-86af-4bd3-a388-33eeea1d2b9a"/>
      <identifier>
             <type>
                  <coding>
                       <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
                       <code value="MR"/>
                  </coding>
             </type>
             <system value="urn:oid:2.999"/>
             <value value="8733"/>
      </identifier>
        ....
@oliveregger oliveregger added the STU 0.1.0 Ballot Comments/Issues from the Ballot for STU1 label Mar 8, 2020
@oliveregger
Copy link
Contributor

angenommen: 9 - 0 - 0

ziegm added a commit that referenced this issue Mar 17, 2020
@oliveregger oliveregger added this to the STU1 milestone Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STU 0.1.0 Ballot Comments/Issues from the Ballot for STU1
Projects
None yet
Development

No branches or pull requests

2 participants