Receta Digital Interoperable Argentina
0.2.5 - ci-build

Receta Digital Interoperable Argentina - Local Development build (v0.2.5). See the Directory of published versions

: RDIar: Ejemplo de Datos de Prescriptor - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "EjemploDatosPrescriptor",
  "meta" : {
    "profile" : [
      "http://fhir.msal.gob.ar/RDI/StructureDefinition/datosPrescriptorAR"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Prueba Medico</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://www.renaper.gob.ar/dni",
      "value" : "99999999"
    },
    {
      "use" : "usual",
      "system" : "https://sisa.msal.gov.ar/REFEPS",
      "value" : "103029302"
    }
  ],
  "name" : [
    {
      "text" : "Prueba Medico"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1199994444"
    }
  ]
}