<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PractitionerExample001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "PractitionerExample001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medicaia.ar/StructureDefinition/PractitionerMED"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerExample001</b></p><a name=\"PractitionerExample001\"> </a><a name=\"hcPractitionerExample001\"> </a><a name=\"PractitionerExample001-en-US\"> </a><p><b>identifier</b>: DOCUMENTO NACIONAL DE IDENTIDAD/99.999.999, Medical License number/12345, CLAVE UNICA IDENTIFICACION LABORAL/20-99.999.999-5</p><p><b>active</b>: true</p><p><b>name</b>: Dr. Rene Favaloro</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1923-07-12</p></div>"
  },
  "identifier" : [
    {
      "id" : "NationalPersonIdentifier-0",
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.medicaia.ar/CodeSystem/PersonIdentifierCS",
            "code" : "DNI",
            "display" : "DOCUMENTO NACIONAL DE IDENTIDAD"
          }
        ]
      },
      "system" : "https://renaper.gob.ar/DNI",
      "value" : "99.999.999"
    },
    {
      "id" : "MedicalLicenseNumber-0",
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.medicaia.ar/CodeSystem/IdentifierTypeCS",
            "code" : "MD",
            "display" : "Medical License number"
          }
        ]
      },
      "system" : "https://www.argentina.gob.ar/REFEPS",
      "value" : "12345",
      "assigner" : {
        🔗 "reference" : "Organization/OrganizationExample001"
      }
    },
    {
      "id" : "TaxIdentifier-0",
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.medicaia.ar/CodeSystem/TaxIdentifiersCS",
            "code" : "CUIL",
            "display" : "CLAVE UNICA IDENTIFICACION LABORAL"
          }
        ]
      },
      "system" : "https://www.anses.gob.ar/CUIL",
      "value" : "20-99.999.999-5"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Dr. Rene Favaloro",
      "family" : "FAVALORO RAFAELLI",
      "_family" : {
        "extension" : [
          {
            "url" : "https://fhir.medicaia.ar/StructureDefinition/Extension-FathersFamilyName",
            "valueString" : "FAVALORO"
          },
          {
            "url" : "https://fhir.medicaia.ar/StructureDefinition/Extension-MothersFamilyName",
            "valueString" : "RAFFAELLI"
          }
        ]
      },
      "given" : [
        "RENE GERÓNIMO"
      ],
      "prefix" : [
        "DR."
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1923-07-12"
}