ACME Base Profiles R4 Implementation Guide
2.0.6 - Draft

Publish Box goes here

5. Scenarios

Patient
<Patient xmlns="http://hl7.org/fhir">
<id value="ACME-base-patient-VALID" />
<profile value="https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient" />
</meta>
<extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
<valueCode value="F" />
</extension>
<use value="usual" />
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<code value="MR" />
<display value="Medical Record Number" />
</coding>
<text value="Medical Record Number" />
</type>
<system value="http://hospital.smarthealthit.org" />
<value value="1032702" />
</identifier>
<use value="usual" />
<system value="https://fake-acme.org/fhir/NamingSystem/Patient-Identifier" />
<value value="1032702" />
</identifier>
<active value="true" />
<family value="Baba" />
<given value="Amy" />
<given value="K." />
</name>
<system value="phone" />
<value value="555-555-5555" />
<use value="home" />
</telecom>
<system value="email" />
<value value="amy.shaw@example.com" />
</telecom>
<gender value="female" />
<birthDate value="2010-02-20" />
<line value="49 Meadow St" />
<city value="Mounds" />
<state value="OK" />
<postalCode value="74047" />
<country value="US" />
</address>
</Patient>

Patient

Could not find subject. File not found for 'subject=ACMEbasePatient.example.INVALID.xml'
Command 'xml' could not render: File not found for 'subject=ACMEbasePatient.example.INVALID.xml'