SHIFT Privacy Examples
0.1.0 - ci-build
SHIFT Privacy Examples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
<Bundle xmlns="http://hl7.org/fhir">
<id value="AllOfMonicaRambeau"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="STD"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="HIV"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="GDIS"/>
</security>
<security>
<system
value="http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes"/>
<code value="ABORTION"/>
</security>
</meta>
<type value="batch"/>
<entry>
<fullUrl value="http://example.org/fhir/Patient/MonicaRambeau"/>
<resource>
<Patient>
<id value="MonicaRambeau"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Patient_MonicaRambeau"> </a><p class="res-header-id"><b>Generated Narrative: Patient MonicaRambeau</b></p><a name="MonicaRambeau"> </a><a name="hcMonicaRambeau"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Mo Female, DoB: 2006-08-08</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">Monica Rambeau (Official)</td></tr><tr><td style="background-color: #f3f5da" title="Patient contact">Contact:</td><td colspan="3"><ul><li>Maria Rambeau </li><li>Relationships:<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 C}">Mother (MA Records)</span>, <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}">mother</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient contact">Contact:</td><td colspan="3"><ul><li>Frank Rambeau </li><li>Relationships:<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 C}">Father (FL Records)</span>, <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}">father</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The pronouns to use when referring to an individual in verbal or written communication.">Individual Pronouns:</td><td colspan="3"><ul><li>value: <span title="Codes:{http://loinc.org LA29519-8}">she/her/her/hers/herself</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The pronouns to use when referring to an individual in verbal or written communication.">Individual Pronouns:</td><td colspan="3"><ul><li>value: <span title="Codes:{http://loinc.org LA29520-6}">they/them/their/theirs/themselves</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="An individual's personal sense of being a man, woman, boy, girl, nonbinary, or something else. This represents an individual’s identity, ascertained by asking them what that identity is.
In the case where the gender identity is communicated by a third party, for example, if a spouse indicates the gender identity of their partner on an intake form, a Provenance resource can be used with a Provenance.target referring to the Patient, with a targetElement extension identifying the gender identity extension as the target element within the Patient resource. When exchanging this concept, refer to the guidance in the [Gender Harmony Implementation Guide](http://hl7.org/xprod/ig/uv/gender-harmony/).">Individual Gender Identity:</td><td colspan="3"><ul><li>value: <span title="Codes:{http://snomed.info/sct 33791000087105}">Non-binary gender identity</span></li></ul></td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/individual-genderIdentity">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="33791000087105"/>
<display value="Non-binary gender identity"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/individual-pronouns">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://loinc.org"/>
<code value="LA29519-8"/>
<display value="she/her/her/hers/herself"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/individual-pronouns">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://loinc.org"/>
<code value="LA29520-6"/>
<display value="they/them/their/theirs/themselves"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<name>
<use value="official"/>
<family value="Rambeau"/>
<given value="Monica"/>
</name>
<name>
<use value="usual"/>
<given value="Mo"/>
</name>
<gender value="female"/>
<birthDate value="2006-08-08"/>
<contact>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
<code value="C"/>
<display value="Emergency Contact"/>
</coding>
<text value="Mother (MA Records)"/>
</relationship>
<relationship>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="MTH"/>
<display value="mother"/>
</coding>
</relationship>
<name>
<family value="Rambeau"/>
<given value="Maria"/>
</name>
</contact>
<contact>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
<code value="C"/>
<display value="Emergency Contact"/>
</coding>
<text value="Father (FL Records)"/>
</relationship>
<relationship>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="FTH"/>
<display value="father"/>
</coding>
</relationship>
<name>
<family value="Rambeau"/>
<given value="Frank"/>
</name>
</contact>
</Patient>
</resource>
<request>
<method value="PUT"/>
<url value="Patient/MonicaRambeau"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/Observation/MonicaRambeauSexualOrientation"/>
<resource>
<Observation>
<id value="MonicaRambeauSexualOrientation"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Observation_MonicaRambeauSexualOrientation"> </a><p class="res-header-id"><b>Generated Narrative: Observation MonicaRambeauSexualOrientation</b></p><a name="MonicaRambeauSexualOrientation"> </a><a name="hcMonicaRambeauSexualOrientation"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity')</p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 76690-7}">Sexual orientation</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><p><b>performer</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><p><b>value</b>: <span title="Codes:{http://snomed.info/sct 42035005}">Bisexual</span></p></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="76690-7"/>
<display value="Sexual orientation"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<performer>🔗
<reference value="Patient/MonicaRambeau"/>
</performer>
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="42035005"/>
<display value="Bisexual (finding)"/>
</coding>
<text value="Bisexual"/>
</valueCodeableConcept>
</Observation>
</resource>
<request>
<method value="PUT"/>
<url value="Observation/MonicaRambeauSexualOrientation"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/Condition/MonicaRambeauChronicConstipation"/>
<resource>
<Condition>
<id value="MonicaRambeauChronicConstipation"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Condition_MonicaRambeauChronicConstipation"> </a><p class="res-header-id"><b>Generated Narrative: Condition MonicaRambeauChronicConstipation</b></p><a name="MonicaRambeauChronicConstipation"> </a><a name="hcMonicaRambeauChronicConstipation"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10-cm K59.04}, {http://snomed.info/sct 236069009}">Chronic constipation</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="problem-list-item"/>
</coding>
</category>
<code>
<coding>
<system value="http://hl7.org/fhir/sid/icd-10-cm"/>
<code value="K59.04"/>
<display value="Chronic idiopathic constipation"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="236069009"/>
<display value="Chronic constipation (disorder)"/>
</coding>
<text value="Chronic constipation"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
</Condition>
</resource>
<request>
<method value="PUT"/>
<url value="Condition/MonicaRambeauChronicConstipation"/>
</request>
</entry>
<entry>
<fullUrl value="http://example.org/fhir/Condition/MonicaRambeauAsthma"/>
<resource>
<Condition>
<id value="MonicaRambeauAsthma"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Condition_MonicaRambeauAsthma"> </a><p class="res-header-id"><b>Generated Narrative: Condition MonicaRambeauAsthma</b></p><a name="MonicaRambeauAsthma"> </a><a name="hcMonicaRambeauAsthma"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10-cm J45.40}, {http://snomed.info/sct 427295004}">Moderate persistent asthma</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="problem-list-item"/>
</coding>
</category>
<code>
<coding>
<system value="http://hl7.org/fhir/sid/icd-10-cm"/>
<code value="J45.40"/>
<display value="Moderate persistent asthma, uncomplicated"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="427295004"/>
<display value="Moderate persistent asthma (disorder)"/>
</coding>
<text value="Moderate persistent asthma"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
</Condition>
</resource>
<request>
<method value="PUT"/>
<url value="Condition/MonicaRambeauAsthma"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/Condition/MonicaRambeauIrregularPeriods"/>
<resource>
<Condition>
<id value="MonicaRambeauIrregularPeriods"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Condition_MonicaRambeauIrregularPeriods"> </a><p class="res-header-id"><b>Generated Narrative: Condition MonicaRambeauIrregularPeriods</b></p><a name="MonicaRambeauIrregularPeriods"> </a><a name="hcMonicaRambeauIrregularPeriods"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity')</p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10-cm N92.6}, {http://snomed.info/sct 80182007}">Irregular periods</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="problem-list-item"/>
</coding>
</category>
<code>
<coding>
<system value="http://hl7.org/fhir/sid/icd-10-cm"/>
<code value="N92.6"/>
<display value="Irregular menstruation, unspecified"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="80182007"/>
<display value="Irregular periods (finding)"/>
</coding>
<text value="Irregular periods"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
</Condition>
</resource>
<request>
<method value="PUT"/>
<url value="Condition/MonicaRambeauIrregularPeriods"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/Condition/MonicaRambeauChlamydia"/>
<resource>
<Condition>
<id value="MonicaRambeauChlamydia"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="STD"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Condition_MonicaRambeauChlamydia"> </a><p class="res-header-id"><b>Generated Narrative: Condition MonicaRambeauChlamydia</b></p><a name="MonicaRambeauChlamydia"> </a><a name="hcMonicaRambeauChlamydia"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexually transmitted disease information sensitivity (Details: ActCode code STD = 'sexually transmitted disease information sensitivity')</p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}">Encounter Diagnosis</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10-cm A56.2}, {http://snomed.info/sct 428015005}">Chlamydia infection of GU tract</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><p><b>recordedDate</b>: 2026-04-07</p></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="encounter-diagnosis"/>
</coding>
</category>
<code>
<coding>
<system value="http://hl7.org/fhir/sid/icd-10-cm"/>
<code value="A56.2"/>
<display
value="Chlamydial infection of genitourinary tract, unspecified"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="428015005"/>
<display
value="Chlamydia trachomatis infection of genital structure (disorder)"/>
</coding>
<text value="Chlamydia infection of GU tract"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<recordedDate value="2026-04-07"/>
</Condition>
</resource>
<request>
<method value="PUT"/>
<url value="Condition/MonicaRambeauChlamydia"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/Condition/MonicaRambeauMedicalAbortion"/>
<resource>
<Condition>
<id value="MonicaRambeauMedicalAbortion"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
<security>
<system
value="http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes"/>
<code value="ABORTION"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Condition_MonicaRambeauMedicalAbortion"> </a><p class="res-header-id"><b>Generated Narrative: Condition MonicaRambeauMedicalAbortion</b></p><a name="MonicaRambeauMedicalAbortion"> </a><a name="hcMonicaRambeauMedicalAbortion"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity'), ABORTION (Details: extraSensitivityCodes code ABORTION)</p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}">Resolved</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}">Encounter Diagnosis</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10-cm Z33.2}, {http://snomed.info/sct 18391007}">Medical Abortion age 19: Encounter for elective termination of pregnancy</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><p><b>recordedDate</b>: 2025-12-08</p></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="resolved"/>
</coding>
</clinicalStatus>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="encounter-diagnosis"/>
</coding>
</category>
<code>
<coding>
<system value="http://hl7.org/fhir/sid/icd-10-cm"/>
<code value="Z33.2"/>
<display value="Encounter for elective termination of pregnancy"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="18391007"/>
<display value="Elective abortion (disorder)"/>
</coding>
<text
value="Medical Abortion age 19: Encounter for elective termination of pregnancy"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<recordedDate value="2025-12-08"/>
</Condition>
</resource>
<request>
<method value="PUT"/>
<url value="Condition/MonicaRambeauMedicalAbortion"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/Condition/MonicaRambeauDandCAbortion"/>
<resource>
<Condition>
<id value="MonicaRambeauDandCAbortion"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
<security>
<system
value="http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes"/>
<code value="ABORTION"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Condition_MonicaRambeauDandCAbortion"> </a><p class="res-header-id"><b>Generated Narrative: Condition MonicaRambeauDandCAbortion</b></p><a name="MonicaRambeauDandCAbortion"> </a><a name="hcMonicaRambeauDandCAbortion"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity'), ABORTION (Details: extraSensitivityCodes code ABORTION)</p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}">Resolved</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}">Encounter Diagnosis</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10-cm Z33.2}, {http://snomed.info/sct 18391007}">D&C age 18: Encounter for elective termination of pregnancy</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><p><b>recordedDate</b>: 2024-09-08</p></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="resolved"/>
</coding>
</clinicalStatus>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="encounter-diagnosis"/>
</coding>
</category>
<code>
<coding>
<system value="http://hl7.org/fhir/sid/icd-10-cm"/>
<code value="Z33.2"/>
<display value="Encounter for elective termination of pregnancy"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="18391007"/>
<display value="Elective abortion (disorder)"/>
</coding>
<text
value="D&C age 18: Encounter for elective termination of pregnancy"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<recordedDate value="2024-09-08"/>
</Condition>
</resource>
<request>
<method value="PUT"/>
<url value="Condition/MonicaRambeauDandCAbortion"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/Procedure/MonicaRambeauDandCProcedure"/>
<resource>
<Procedure>
<id value="MonicaRambeauDandCProcedure"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
<security>
<system
value="http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes"/>
<code value="ABORTION"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Procedure_MonicaRambeauDandCProcedure"> </a><p class="res-header-id"><b>Generated Narrative: Procedure MonicaRambeauDandCProcedure</b></p><a name="MonicaRambeauDandCProcedure"> </a><a name="hcMonicaRambeauDandCProcedure"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity'), ABORTION (Details: extraSensitivityCodes code ABORTION)</p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{http://www.ama-assn.org/go/cpt 59840}, {http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets S2260}">Dilatation and Curettage, uterus, for therapeutic Abortion</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><p><b>performed</b>: 2024-09-08</p></div>
</text>
<status value="completed"/>
<code>
<coding>
<system value="http://www.ama-assn.org/go/cpt"/>
<code value="59840"/>
<display value="Induced abortion, by dilation and curettage"/>
</coding>
<coding>
<system
value="http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets"/>
<code value="S2260"/>
<display value="Induced abortion 17-24 weeks"/>
</coding>
<text
value="Dilatation and Curettage, uterus, for therapeutic Abortion"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<performedDateTime value="2024-09-08"/>
</Procedure>
</resource>
<request>
<method value="PUT"/>
<url value="Procedure/MonicaRambeauDandCProcedure"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/DiagnosticReport/MonicaRambeauGCNAAT"/>
<resource>
<DiagnosticReport>
<id value="MonicaRambeauGCNAAT"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="STD"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="DiagnosticReport_MonicaRambeauGCNAAT"> </a><p class="res-header-id"><b>Generated Narrative: DiagnosticReport MonicaRambeauGCNAAT</b></p><a name="MonicaRambeauGCNAAT"> </a><a name="hcMonicaRambeauGCNAAT"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexually transmitted disease information sensitivity (Details: ActCode code STD = 'sexually transmitted disease information sensitivity')</p></div><h2><span title="Codes:{http://loinc.org 92684-0}">Gonorrhea/chlamydia urine NAAT panel</span> (<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}">Laboratory</span>) </h2><table class="grid"><tr><td>Subject</td><td>Mo Female, DoB: 2006-08-08</td></tr><tr><td>When For</td><td>2026-04-07</td></tr></table><p><b>Report Details</b></p></div>
</text>
<status value="final"/>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
<code value="LAB"/>
<display value="Laboratory"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="92684-0"/>
<display
value="Chlamydia trachomatis and Neisseria gonorrhoeae and Trichomonas vaginalis DNA panel - Urine by NAA with probe detection"/>
</coding>
<text value="Gonorrhea/chlamydia urine NAAT panel"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<effectiveDateTime value="2026-04-07"/>
</DiagnosticReport>
</resource>
<request>
<method value="PUT"/>
<url value="DiagnosticReport/MonicaRambeauGCNAAT"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/DiagnosticReport/MonicaRambeauHIVELISA"/>
<resource>
<DiagnosticReport>
<id value="MonicaRambeauHIVELISA"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="HIV"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="DiagnosticReport_MonicaRambeauHIVELISA"> </a><p class="res-header-id"><b>Generated Narrative: DiagnosticReport MonicaRambeauHIVELISA</b></p><a name="MonicaRambeauHIVELISA"> </a><a name="hcMonicaRambeauHIVELISA"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), HIV/AIDS information sensitivity (Details: ActCode code HIV = 'HIV/AIDS information sensitivity')</p></div><h2><span title="Codes:{http://loinc.org 80203-3}">HIV ELISA with reflex Western blot</span> (<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}">Laboratory</span>) </h2><table class="grid"><tr><td>Subject</td><td>Mo Female, DoB: 2006-08-08</td></tr><tr><td>When For</td><td>2026-04-07</td></tr></table><p><b>Report Details</b></p></div>
</text>
<status value="final"/>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
<code value="LAB"/>
<display value="Laboratory"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="80203-3"/>
<display value="HIV 1 & 2 Ab SerPlBld IA.rapid"/>
</coding>
<text value="HIV ELISA with reflex Western blot"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<effectiveDateTime value="2026-04-07"/>
</DiagnosticReport>
</resource>
<request>
<method value="PUT"/>
<url value="DiagnosticReport/MonicaRambeauHIVELISA"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/MedicationRequest/MonicaRambeauMiralax"/>
<resource>
<MedicationRequest>
<id value="MonicaRambeauMiralax"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="MedicationRequest_MonicaRambeauMiralax"> </a><p class="res-header-id"><b>Generated Narrative: MedicationRequest MonicaRambeauMiralax</b></p><a name="MonicaRambeauMiralax"> </a><a name="hcMonicaRambeauMiralax"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 876195}">Miralax 17g PO daily</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 17g PO daily</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Oral route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>17 g<span style="background: LightGoldenRodYellow"> (Details: UCUM codeg = 'g')</span></td></tr></table></blockquote></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="876195"/>
<display value="MiraLAX 17 GM Powder for Oral Solution"/>
</coding>
<text value="Miralax 17g PO daily"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<dosageInstruction>
<text value="17g PO daily"/>
<timing>
<repeat>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="17"/>
<unit value="g"/>
<system value="http://unitsofmeasure.org"/>
<code value="g"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>
</resource>
<request>
<method value="PUT"/>
<url value="MedicationRequest/MonicaRambeauMiralax"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/MedicationRequest/MonicaRambeauAlbuterol"/>
<resource>
<MedicationRequest>
<id value="MonicaRambeauAlbuterol"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="MedicationRequest_MonicaRambeauAlbuterol"> </a><p class="res-header-id"><b>Generated Narrative: MedicationRequest MonicaRambeauAlbuterol</b></p><a name="MonicaRambeauAlbuterol"> </a><a name="hcMonicaRambeauAlbuterol"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 2123072}">Albuterol 90 mcg/puff 2 puffs INH q4h PRN wheezing</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 2 puffs INH q4h PRN wheezing</p><p><b>timing</b>: Once per 4 hours</p><p><b>asNeeded</b>: true</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 447694001}">Respiratory tract route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>90 ug<span style="background: LightGoldenRodYellow"> (Details: UCUM codeug = 'ug')</span></td></tr></table></blockquote></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="2123072"/>
<display
value="albuterol 90 MCG/INHAL Metered Dose Inhaler, 200 Actuations, generic for ProAir"/>
</coding>
<text value="Albuterol 90 mcg/puff 2 puffs INH q4h PRN wheezing"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<dosageInstruction>
<text value="2 puffs INH q4h PRN wheezing"/>
<timing>
<repeat>
<frequency value="1"/>
<period value="4"/>
<periodUnit value="h"/>
</repeat>
</timing>
<asNeededBoolean value="true"/>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="447694001"/>
<display value="Respiratory tract route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="90"/>
<unit value="ug"/>
<system value="http://unitsofmeasure.org"/>
<code value="ug"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>
</resource>
<request>
<method value="PUT"/>
<url value="MedicationRequest/MonicaRambeauAlbuterol"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/MedicationRequest/MonicaRambeauPulmicort"/>
<resource>
<MedicationRequest>
<id value="MonicaRambeauPulmicort"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="MedicationRequest_MonicaRambeauPulmicort"> </a><p class="res-header-id"><b>Generated Narrative: MedicationRequest MonicaRambeauPulmicort</b></p><a name="MonicaRambeauPulmicort"> </a><a name="hcMonicaRambeauPulmicort"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 966524}">Pulmicort Flexhaler 180mcg 2 puffs INH BID</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 2 puffs INH BID</p><p><b>timing</b>: 2 per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 447694001}">Respiratory tract route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>180 ug<span style="background: LightGoldenRodYellow"> (Details: UCUM codeug = 'ug')</span></td></tr></table></blockquote></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="966524"/>
<display
value="Pulmicort Flexhaler 0.18 MG/ACTUAT (0.16 MG/ACTUAT from the mouthpiece) Dry Powder Inhaler, 120 ACTUAT"/>
</coding>
<text value="Pulmicort Flexhaler 180mcg 2 puffs INH BID"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<dosageInstruction>
<text value="2 puffs INH BID"/>
<timing>
<repeat>
<frequency value="2"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="447694001"/>
<display value="Respiratory tract route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="180"/>
<unit value="ug"/>
<system value="http://unitsofmeasure.org"/>
<code value="ug"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>
</resource>
<request>
<method value="PUT"/>
<url value="MedicationRequest/MonicaRambeauPulmicort"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/MedicationRequest/MonicaRambeauLoestrin"/>
<resource>
<MedicationRequest>
<id value="MonicaRambeauLoestrin"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="MedicationRequest_MonicaRambeauLoestrin"> </a><p class="res-header-id"><b>Generated Narrative: MedicationRequest MonicaRambeauLoestrin</b></p><a name="MonicaRambeauLoestrin"> </a><a name="hcMonicaRambeauLoestrin"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity')</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1358781}">Loestrin 1/20 (norethindrone acetate 1mg / ethinyl estradiol 0.02mg) 1 tab PO daily</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1 tab PO daily</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Oral route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1 tablet<span style="background: LightGoldenRodYellow"> (Details: UCUM code1 = '1')</span></td></tr></table></blockquote></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="1358781"/>
<display value="Loestrin 1/20 21 Day Pack"/>
</coding>
<text
value="Loestrin 1/20 (norethindrone acetate 1mg / ethinyl estradiol 0.02mg) 1 tab PO daily"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<dosageInstruction>
<text value="1 tab PO daily"/>
<timing>
<repeat>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="tablet"/>
<system value="http://unitsofmeasure.org"/>
<code value="1"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>
</resource>
<request>
<method value="PUT"/>
<url value="MedicationRequest/MonicaRambeauLoestrin"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/MedicationRequest/MonicaRambeauAzithromycin"/>
<resource>
<MedicationRequest>
<id value="MonicaRambeauAzithromycin"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="STD"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="MedicationRequest_MonicaRambeauAzithromycin"> </a><p class="res-header-id"><b>Generated Narrative: MedicationRequest MonicaRambeauAzithromycin</b></p><a name="MonicaRambeauAzithromycin"> </a><a name="hcMonicaRambeauAzithromycin"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexually transmitted disease information sensitivity (Details: ActCode code STD = 'sexually transmitted disease information sensitivity')</p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 330623}">Azithromycin 500mg 2 tabs x 1</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 500mg 2 tabs x 1 dose</p><p><b>timing</b>: Count 1 times, Once per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Oral route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1000 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote></div>
</text>
<status value="completed"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="330623"/>
<display value="azithromycin 500 MG"/>
</coding>
<text value="Azithromycin 500mg 2 tabs x 1"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<dosageInstruction>
<text value="500mg 2 tabs x 1 dose"/>
<timing>
<repeat>
<count value="1"/>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="1000"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>
</resource>
<request>
<method value="PUT"/>
<url value="MedicationRequest/MonicaRambeauAzithromycin"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/MedicationRequest/MonicaRambeauDescovy"/>
<resource>
<MedicationRequest>
<id value="MonicaRambeauDescovy"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="HIV"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="MedicationRequest_MonicaRambeauDescovy"> </a><p class="res-header-id"><b>Generated Narrative: MedicationRequest MonicaRambeauDescovy</b></p><a name="MonicaRambeauDescovy"> </a><a name="hcMonicaRambeauDescovy"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), HIV/AIDS information sensitivity (Details: ActCode code HIV = 'HIV/AIDS information sensitivity')</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1747692}">Descovy (tenofovir alafenamide 25mg and emtricitabine 200mg) one tablet PO daily</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: one tablet PO daily</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Oral route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1 tablet<span style="background: LightGoldenRodYellow"> (Details: UCUM code1 = '1')</span></td></tr></table></blockquote></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="1747692"/>
<display value="Descovy"/>
</coding>
<text
value="Descovy (tenofovir alafenamide 25mg and emtricitabine 200mg) one tablet PO daily"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<dosageInstruction>
<text value="one tablet PO daily"/>
<timing>
<repeat>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="tablet"/>
<system value="http://unitsofmeasure.org"/>
<code value="1"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>
</resource>
<request>
<method value="PUT"/>
<url value="MedicationRequest/MonicaRambeauDescovy"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/MedicationRequest/MonicaRambeauMifepristone"/>
<resource>
<MedicationRequest>
<id value="MonicaRambeauMifepristone"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
<security>
<system
value="http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes"/>
<code value="ABORTION"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="MedicationRequest_MonicaRambeauMifepristone"> </a><p class="res-header-id"><b>Generated Narrative: MedicationRequest MonicaRambeauMifepristone</b></p><a name="MonicaRambeauMifepristone"> </a><a name="hcMonicaRambeauMifepristone"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity'), ABORTION (Details: extraSensitivityCodes code ABORTION)</p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 330381}">Mifepristone 200mg PO x1</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 200mg PO x1</p><p><b>timing</b>: Count 1 times, Once per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Oral route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>200 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote></div>
</text>
<status value="completed"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="330381"/>
<display value="mifepristone 200 MG"/>
</coding>
<text value="Mifepristone 200mg PO x1"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<dosageInstruction>
<text value="200mg PO x1"/>
<timing>
<repeat>
<count value="1"/>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="200"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>
</resource>
<request>
<method value="PUT"/>
<url value="MedicationRequest/MonicaRambeauMifepristone"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/MedicationRequest/MonicaRambeauMisoprostol"/>
<resource>
<MedicationRequest>
<id value="MonicaRambeauMisoprostol"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
<security>
<system
value="http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes"/>
<code value="ABORTION"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="MedicationRequest_MonicaRambeauMisoprostol"> </a><p class="res-header-id"><b>Generated Narrative: MedicationRequest MonicaRambeauMisoprostol</b></p><a name="MonicaRambeauMisoprostol"> </a><a name="hcMonicaRambeauMisoprostol"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity'), ABORTION (Details: extraSensitivityCodes code ABORTION)</p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 317128}">Misoprostol 200mcg take 4 tabs BUC 24-48h after mifepristone x1</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 200mcg take 4 tabs buccally 24-48h after mifepristone x1</p><p><b>timing</b>: Count 1 times, Once per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 54471007}">Buccal route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>800 ug<span style="background: LightGoldenRodYellow"> (Details: UCUM codeug = 'ug')</span></td></tr></table></blockquote></div>
</text>
<status value="completed"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="317128"/>
<display value="misoprostol 0.2 MG Oral Tablet"/>
</coding>
<text
value="Misoprostol 200mcg take 4 tabs BUC 24-48h after mifepristone x1"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<dosageInstruction>
<text
value="200mcg take 4 tabs buccally 24-48h after mifepristone x1"/>
<timing>
<repeat>
<count value="1"/>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="54471007"/>
<display value="Buccal route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="800"/>
<unit value="ug"/>
<system value="http://unitsofmeasure.org"/>
<code value="ug"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>
</resource>
<request>
<method value="PUT"/>
<url value="MedicationRequest/MonicaRambeauMisoprostol"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/DiagnosticReport/MonicaRambeauFirstTrimesterUS"/>
<resource>
<DiagnosticReport>
<id value="MonicaRambeauFirstTrimesterUS"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
<security>
<system
value="http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes"/>
<code value="ABORTION"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="DiagnosticReport_MonicaRambeauFirstTrimesterUS"> </a><p class="res-header-id"><b>Generated Narrative: DiagnosticReport MonicaRambeauFirstTrimesterUS</b></p><a name="MonicaRambeauFirstTrimesterUS"> </a><a name="hcMonicaRambeauFirstTrimesterUS"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity'), ABORTION (Details: extraSensitivityCodes code ABORTION)</p></div><h2><span title="Codes:{http://www.ama-assn.org/go/cpt 76801}">First trimester ultrasound</span> (<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 RAD}">Radiology</span>) </h2><table class="grid"><tr><td>Subject</td><td>Mo Female, DoB: 2006-08-08</td></tr><tr><td>When For</td><td>2024-07-08</td></tr></table><p><b>Report Details</b></p></div>
</text>
<status value="final"/>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
<code value="RAD"/>
<display value="Radiology"/>
</coding>
</category>
<code>
<coding>
<system value="http://www.ama-assn.org/go/cpt"/>
<code value="76801"/>
<display
value="Ultrasound scan of pregnant uterus (less than 14 weeks), single or first fetus"/>
</coding>
<text value="First trimester ultrasound"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<effectiveDateTime value="2024-07-08"/>
</DiagnosticReport>
</resource>
<request>
<method value="PUT"/>
<url value="DiagnosticReport/MonicaRambeauFirstTrimesterUS"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/DiagnosticReport/MonicaRambeauQuadScreen"/>
<resource>
<DiagnosticReport>
<id value="MonicaRambeauQuadScreen"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="GDIS"/>
</security>
<security>
<system
value="http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes"/>
<code value="ABORTION"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="DiagnosticReport_MonicaRambeauQuadScreen"> </a><p class="res-header-id"><b>Generated Narrative: DiagnosticReport MonicaRambeauQuadScreen</b></p><a name="MonicaRambeauQuadScreen"> </a><a name="hcMonicaRambeauQuadScreen"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity'), genetic disease information sensitivity (Details: ActCode code GDIS = 'genetic disease information sensitivity'), ABORTION (Details: extraSensitivityCodes code ABORTION)</p></div><h2><span title="Codes:{http://loinc.org 48800-7}">Quad screen</span> (<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}">Laboratory</span>) </h2><table class="grid"><tr><td>Subject</td><td>Mo Female, DoB: 2006-08-08</td></tr><tr><td>When For</td><td>2024-08-08</td></tr></table><p><b>Report Details</b></p></div>
</text>
<status value="final"/>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
<code value="LAB"/>
<display value="Laboratory"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="48800-7"/>
<display
value="Second trimester quad maternal screen panel - Serum or Plasma"/>
</coding>
<text value="Quad screen"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<effectiveDateTime value="2024-08-08"/>
</DiagnosticReport>
</resource>
<request>
<method value="PUT"/>
<url value="DiagnosticReport/MonicaRambeauQuadScreen"/>
</request>
</entry>
<entry>
<fullUrl value="http://example.org/fhir/Observation/MonicaRambeauOBHx"/>
<resource>
<Observation>
<id value="MonicaRambeauOBHx"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Observation_MonicaRambeauOBHx"> </a><p class="res-header-id"><b>Generated Narrative: Observation MonicaRambeauOBHx</b></p><a name="MonicaRambeauOBHx"> </a><a name="hcMonicaRambeauOBHx"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity')</p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 364324000}">OB History G1P0010</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><p><b>effective</b>: 2026-03-24</p><p><b>performer</b>: <a href="Practitioner-MonicaRambeauDoctor.html">Practitioner Jane Smith </a></p><p><b>value</b>: G1P0010</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 440425000}">Number of births at term (observable entity)</span></p><p><b>value</b>: 0</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 440013005}">Number of preterm births (observable entity)</span></p><p><b>value</b>: 0</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 252113007}">Number of abortions (observable entity)</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 248991006}">Number of live deliveries (observable entity)</span></p><p><b>value</b>: 0</p></blockquote></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="364324000"/>
<display value="Measure of pregnancy (observable entity)"/>
</coding>
<text value="OB History G1P0010"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<effectiveDateTime value="2026-03-24"/>
<performer>🔗
<reference value="Practitioner/MonicaRambeauDoctor"/>
</performer>
<valueString value="G1P0010"/>
<component>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="440425000"/>
<display value="Number of births at term (observable entity)"/>
</coding>
</code>
<valueInteger value="0"/>
</component>
<component>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="440013005"/>
<display value="Number of preterm births (observable entity)"/>
</coding>
</code>
<valueInteger value="0"/>
</component>
<component>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="252113007"/>
<display value="Number of abortions (observable entity)"/>
</coding>
</code>
<valueInteger value="1"/>
</component>
<component>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="248991006"/>
<display value="Number of live deliveries (observable entity)"/>
</coding>
</code>
<valueInteger value="0"/>
</component>
</Observation>
</resource>
<request>
<method value="PUT"/>
<url value="Observation/MonicaRambeauOBHx"/>
</request>
</entry>
<entry>
<fullUrl value="http://example.org/fhir/Observation/MonicaRambeauLMP"/>
<resource>
<Observation>
<id value="MonicaRambeauLMP"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="SEX"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Observation_MonicaRambeauLMP"> </a><p class="res-header-id"><b>Generated Narrative: Observation MonicaRambeauLMP</b></p><a name="MonicaRambeauLMP"> </a><a name="hcMonicaRambeauLMP"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity')</p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 21840007}">Last Menstrual Period</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><p><b>effective</b>: 2026-03-24</p><p><b>performer</b>: <a href="Practitioner-MonicaRambeauDoctor.html">Practitioner Jane Smith </a></p><p><b>value</b>: 2026-03-24</p></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="21840007"/>
<display
value="Date of last menstrual period (observable entity)"/>
</coding>
<text value="Last Menstrual Period"/>
</code>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<effectiveDateTime value="2026-03-24"/>
<performer>🔗
<reference value="Practitioner/MonicaRambeauDoctor"/>
</performer>
<valueDateTime value="2026-03-24"/>
</Observation>
</resource>
<request>
<method value="PUT"/>
<url value="Observation/MonicaRambeauLMP"/>
</request>
</entry>
<entry>
<fullUrl value="http://example.org/fhir/RelatedPerson/MariaRambeau"/>
<resource>
<RelatedPerson>
<id value="MariaRambeau"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="RelatedPerson_MariaRambeau"> </a><p class="res-header-id"><b>Generated Narrative: RelatedPerson MariaRambeau</b></p><a name="MariaRambeau"> </a><a name="hcMariaRambeau"> </a><p><b>patient</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}">mother</span></p><p><b>name</b>: Maria Rambeau </p></div>
</text>
<patient>🔗
<reference value="Patient/MonicaRambeau"/>
</patient>
<relationship>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="MTH"/>
<display value="mother"/>
</coding>
</relationship>
<name>
<family value="Rambeau"/>
<given value="Maria"/>
</name>
</RelatedPerson>
</resource>
<request>
<method value="PUT"/>
<url value="RelatedPerson/MariaRambeau"/>
</request>
</entry>
<entry>
<fullUrl value="http://example.org/fhir/RelatedPerson/FrankRambeau"/>
<resource>
<RelatedPerson>
<id value="FrankRambeau"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="RelatedPerson_FrankRambeau"> </a><p class="res-header-id"><b>Generated Narrative: RelatedPerson FrankRambeau</b></p><a name="FrankRambeau"> </a><a name="hcFrankRambeau"> </a><p><b>patient</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}">father</span></p><p><b>name</b>: Frank Rambeau </p></div>
</text>
<patient>🔗
<reference value="Patient/MonicaRambeau"/>
</patient>
<relationship>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="FTH"/>
<display value="father"/>
</coding>
</relationship>
<name>
<family value="Rambeau"/>
<given value="Frank"/>
</name>
</RelatedPerson>
</resource>
<request>
<method value="PUT"/>
<url value="RelatedPerson/FrankRambeau"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/Practitioner/MonicaRambeauDoctor"/>
<resource>
<Practitioner>
<id value="MonicaRambeauDoctor"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Practitioner_MonicaRambeauDoctor"> </a><p class="res-header-id"><b>Generated Narrative: Practitioner MonicaRambeauDoctor</b></p><a name="MonicaRambeauDoctor"> </a><a name="hcMonicaRambeauDoctor"> </a><p><b>name</b>: Jane Smith </p></div>
</text>
<name>
<family value="Smith"/>
<given value="Jane"/>
</name>
</Practitioner>
</resource>
<request>
<method value="PUT"/>
<url value="Practitioner/MonicaRambeauDoctor"/>
</request>
</entry>
</Bundle>