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

While building a POCO: The .NET type 'ClinicalDocument' does not represent a FHIR type. #2527

Closed
vinayaroratech opened this issue Jul 10, 2023 · 1 comment

Comments

@vinayaroratech
Copy link

Question: How do we de-serialize HL7 CDA document?

image
<ClinicalDocument xmlns="urn:hl7-org:v3">
	<realmCode code="US"/>
	<typeId extension="POCD_HD000090" root="2.16.840.1.113883.1.3"/>
	<templateId root="2.16.840.1.113883.10.20.22.1.1"/>
	<templateId extension="2015-08-01" root="2.16.840.1.113883.10.20.22.1.1"/>
	<templateId root="2.16.840.1.113883.10.20.22.1.2"/>
	<templateId extension="2015-08-01" root="2.16.840.1.113883.10.20.22.1.2"/>
	<id extension="1c1234a8-3f36-45de-bf41-cb037fd2c1ad" root="2.16.840.1.113883.3.3490"/>
	<code code="34133-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LN" displayName="Summarization of Episode Note"/>
	<title>Clinical Summary Document</title>
	<effectiveTime value="20230705"/>
	<confidentialityCode nullFlavor="NI"/>
	<languageCode code="en-US"/>
	<recordTarget>
</ClinicalDocument>
@mbaltus
Copy link
Member

mbaltus commented Jul 11, 2023

Unfortunately it is not possible to deserialize CDA data with this library. This library focuses on the HL7 FHIR standard, not the HL7 CDA standard and as such, it does not know the CDA structures.

@mbaltus mbaltus closed this as completed Jul 11, 2023
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

2 participants