Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Laboratorio - Profesional Microbiologo - JSON Representation

Raw json | Descargar

{
  "resourceType" : "Practitioner",
  "id" : "Example-lab-Practitioner-4fb691292f59",
  "meta" : {
    "profile" : [
      🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePractitionerHCEU"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Example-lab-Practitioner-4fb691292f59</b></p><a name=\"Example-lab-Practitioner-4fb691292f59\"> </a><a name=\"hcExample-lab-Practitioner-4fb691292f59\"> </a><a name=\"Example-lab-Practitioner-4fb691292f59-es-ES\"> </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-ProfilePractitionerHCEU.html\">HCEU - Practitioner</a></p></div><p><b>identifier</b>: Cédula de ciudadania/8556116103\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Clara Andrea Villanueva Castro(Official)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Tipo-Identificacion",
            "code" : "CC",
            "display" : "Cédula de ciudadania"
          }
        ]
      },
      "value" : "8556116103"
    }
  ],
  "active" : true,
  "name" : [
    {
      "extension" : [
        {
          "url" : "https://hl7.org/fhir/extensions/StructureDefinition-humanname-fathers-family.html",
          "valueString" : "Villanueva"
        },
        {
          "url" : "https://hl7.org/fhir/R4/extension-humanname-mothers-family.html",
          "valueString" : "Castro"
        }
      ],
      "use" : "official",
      "text" : "Clara Andrea Villanueva Castro",
      "family" : "Villanueva Castro",
      "given" : [
        "Clara",
        "Andrea"
      ]
    }
  ]
}