<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="CRPatientWithSecurityTag"/>
  <meta>
    <profile value="https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-patient"/>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="R"/>
      <display value="Restricted"/>
    </security>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient CRPatientWithSecurityTag</b></p><a name="CRPatientWithSecurityTag"> </a><a name="hcCRPatientWithSecurityTag"> </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">Profile: <a href="StructureDefinition-cr-core-patient.html">Paciente</a></p><p style="margin-bottom: 0px">Security Label: Restricted (Details: Confidentiality code R = 'Restricted')</p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Carlos García Morales (official) Male, DoB: 1988-07-15 ( Cédula Nacional: 10-1234-5678 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type"/>
        <code value="cedula-nacional"/>
        <display value="Cédula Nacional"/>
      </coding>
    </type>
    <system value="https://hl7.or.cr/fhir/identifier/client-registry"/>
    <value value="10-1234-5678"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="García Morales"/>
    <given value="Carlos"/>
  </name>
  <gender value="male"/>
  <birthDate value="1988-07-15"/>
</Patient>