{
  "resourceType" : "Practitioner",
  "id" : "PrestadorArgInline",
  "meta" : {
    "profile" : ["http://lamansys.com/hsi/fhir/ipslansys/StructureDefinition/PrestadorArg"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practicante / Profesional PrestadorArgInline</b></p><a name=\"PrestadorArgInline\"> </a><a name=\"hcPrestadorArgInline\"> </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=\"https://build.fhir.org/ig/CesarMsc1975/IPSLansysAr/StructureDefinition-PrestadorArg.html\">Profesional Argentino</a></p></div><p><b>identifier</b>: National unique individual identifier/12345678\u00a0(use:\u00a0official,\u00a0), Accreditation/Certification Identifier/REFEPS-987654\u00a0(use:\u00a0usual,\u00a0period:\u00a02020-01-15 00:00:00-0300 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: María Laura Pérez (Official)</p><p><b>telecom</b>: <a href=\"tel:+54115555-1234\">+54 11 5555-1234</a>, <a href=\"mailto:maria.perez@example.org\">maria.perez@example.org</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1980-05-12</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Médica</span></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" : "12345678",
    "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" : "2020-01-15T00:00:00-03:00"
    }
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Pérez",
    "_family" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
        "valueString" : "Pérez"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
        "valueString" : "Gómez"
      }]
    },
    "given" : ["María",
    "Laura"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+54 11 5555-1234",
    "use" : "work"
  },
  {
    "system" : "email",
    "value" : "maria.perez@example.org",
    "use" : "work"
  }],
  "gender" : "female",
  "birthDate" : "1980-05-12",
  "qualification" : [{
    "code" : {
      "text" : "Médica"
    }
  }]
}