|
|
Re: how to extract sdtc:deceasedInd froma patient/patientrole CDA R2 xml [message #1831336 is a reply to message #1831329] |
Mon, 17 August 2020 16:18 |
Santosh kumar Messages: 3 Registered: February 2019 |
Junior Member |
|
|
HI Sean,
Thanks for reply.
Here is the example which am referring http://cdasearch.hl7.org/examples/view/Header/Patient%20Deceased
<patient>
<name use="L">
<given>Adam</given>
<family>Deadman</family>
</name>
<!-- Sex at birth and gender identity may be specified in social history -->
<administrativeGenderCode code="M" codeSystem="2.16.840.1.113883.5.1" displayName="Male" codeSystemName="AdministrativeGender"/>
<birthTime value="19521022"/>
<!-- A full CDA example may include the Deceased Observation to indicate cause of death -->
<!-- A Deceased Observation may be present in any section -- Problem List is a suitable location -->
<sdtc:deceasedInd value="true" />
<sdtc:deceasedTime value="20180315" />
<maritalStatusCode code="M" displayName="Married" codeSystem="2.16.840.1.113883.5.2" codeSystemName="MaritalStatus"/>
<religiousAffiliationCode code="1013" displayName="Christian (non-Catholic, non-specific)" codeSystem="2.16.840.1.113883.5.1076" codeSystemName="HL7 Religious Affiliation"/>
<!-- CDC Race and Ethnicity code set contains the five minimum race and ethnicity categories defined by OMB Standards -->
<raceCode code="2106-3" displayName="White" codeSystem="2.16.840.1.113883.6.238" codeSystemName="OMB Standards for Race and Ethnicity"/>
<ethnicGroupCode code="2186-5" displayName="Not Hispanic or Latino" codeSystem="2.16.840.1.113883.6.238" codeSystemName="OMB Standards for Race and Ethnicity"/>
<languageCommunication>
<languageCode code="en-US"/>
<!-- "eng" is ISO 639-2 alpha-3 code for "English" -->
<modeCode code="ESP" displayName="Expressed spoken" codeSystem="2.16.840.1.113883.5.60" codeSystemName="LanguageAbilityMode"/>
<proficiencyLevelCode code="E" displayName="Excellent" codeSystem="2.16.840.1.113883.5.61" codeSystemName="LanguageAbilityProficiency"/>
<preferenceInd value="true"/>
</languageCommunication>
</patient>
how i get subject person using cda utils. Can you directly me any example code for it.
[Updated on: Mon, 17 August 2020 16:22] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.03288 seconds