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

OriginalRepresenstation Section, img src value in narrativeLink Extension instead of id #32

Closed
oliveregger opened this issue Mar 3, 2020 · 1 comment
Labels
STU 0.1.0 Ballot Comments/Issues from the Ballot for STU1

Comments

@oliveregger
Copy link
Contributor

In a first version the img attribute src was added as the Binary.id. This could however lead to problems because the ID element does not follow the requirements for an id. Propose to put in a narrativeLink extension instead:

      <text>
        <status value="generated"/>
        <div xmlns="http://www.w3.org/1999/xhtml">
					Representation of the original view which has been signed by the legal authenticator:
					<img src="pdf1"/>
     </div>
      </text>
      <entry>
        <reference value="Binary/pdf1"/>
      </entry>

to

    <entry>
        <extension url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="pdf1"/>
        </extension>
        <reference value="Binary/a82d680c-7fb6-4ced-8279-e8297e0fe72f"/>
      </entry>

This should be modeled in
https://fhir.ch/ig/ch-core/StructureDefinition-ch-core-composition-epr.html and the example in https://fhir.ch/ig/ch-core/Bundle-CdaContainingOriginalRepresentationAsPdfA.xml.html adjusted.

@oliveregger oliveregger added the STU 0.1.0 Ballot Comments/Issues from the Ballot for STU1 label Mar 8, 2020
@oliveregger
Copy link
Contributor Author

angenommen: 9 - 0 - 0

@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

1 participant