{
  "resourceType" : "Practitioner",
  "id" : "PrestadorArgEjemplo",
  "meta" : {
    "profile" : ["http://ips.ri.hsisalud.org/StructureDefinition/PrestadorArg"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practicante / Profesional PrestadorArgEjemplo</b></p><a name=\"PrestadorArgEjemplo\"> </a><a name=\"hcPrestadorArgEjemplo\"> </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-PrestadorArg.html\">Profesional Argentino</a></p></div><p><b>identifier</b>: National unique individual identifier/28123456\u00a0(use:\u00a0official,\u00a0), Accreditation/Certification Identifier/REFEPS-987654\u00a0(use:\u00a0usual,\u00a0period:\u00a02015-03-10 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: Laura Beatriz Prestador Prestado (Official)</p><p><b>telecom</b>: <a href=\"tel:+54-55-5555-5555\">+54-55-5555-5555</a>, <a href=\"mailto:laura.prestador@example.org\">laura.prestador@example.org</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1980-08-22</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://refeps.msal.gob.ar/matriculas</code>/MN-123456</td><td><span title=\"Codes:\">Médica especialista en cardiología</span></td><td>2015-03-10 --&gt; (ongoing)</td><td>Ministerio de Salud de la República Argentina</td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NI"
      }]
    },
    "system" : "http://www.renaper.gob.ar/dni",
    "value" : "28123456",
    "assigner" : {
      "display" : "RENAPER"
    }
  },
  {
    "use" : "usual",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "AC"
      }]
    },
    "system" : "http://refeps.msal.gob.ar",
    "value" : "REFEPS-987654",
    "period" : {
      "start" : "2015-03-10"
    }
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Prestador Prestado",
    "_family" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
        "valueString" : "Prestador"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
        "valueString" : "Prestado"
      }]
    },
    "given" : ["Laura",
    "Beatriz"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+54-55-5555-5555",
    "use" : "work"
  },
  {
    "system" : "email",
    "value" : "laura.prestador@example.org",
    "use" : "work"
  }],
  "gender" : "female",
  "birthDate" : "1980-08-22",
  "qualification" : [{
    "identifier" : [{
      "system" : "http://refeps.msal.gob.ar/matriculas",
      "value" : "MN-123456"
    }],
    "code" : {
      "text" : "Médica especialista en cardiología"
    },
    "period" : {
      "start" : "2015-03-10"
    },
    "issuer" : {
      "display" : "Ministerio de Salud de la República Argentina"
    }
  }]
}