How to Publish a FHIR Implementation Guide
1.1.0 - release
This page is part of the How to Publish a FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="PatientExample"/>
<meta>
<profile
value="http://argentixinfo.com/ig/howtopub/StructureDefinition/MyPatient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient PatientExample</b></p><a name="PatientExample"> </a><a name="hcPatientExample"> </a><a name="PatientExample-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">James Pond (no stated gender), DoB Unknown</p><hr/></div>
</text>
<name>
<family value="Pond"/>
<given value="James"/>
</name>
</Patient>