This page is part of the CCDA: Consolidated CDA Release (v3.0.0-ballot: CCDA 3.0 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, 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>
-->