Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-ccda/ and changes regularly. See the Directory of published versions
This content is an example of the US Realm Person Name (PN.US.FIELDED) Logical Model and is not a FHIR Resource
<!-- A US Realm Person name may contain mixed content as follows -->
<name use="L" xmlns="urn:hl7-org:v3">John Smith</name>
<!-- or it may be a conformant Patient Name with name parts:
<name use="L" xmlns="urn:hl7-org:v3">
<prefix qualifier="TITLE">Rep</prefix>
<given>Evelyn</given>
<given qualifier="CL">Eve</given>
<family qualifier="BR">Everywoman</family>
<suffix qualifier="AC">J.D.</suffix>
</name>
-->