FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cr.meddyg.laboratory-results
Resource TypePractitionerRole
IdPractitionerRole-PractitionerRoleEBAISGoicoechea2LabExample.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Rol del profesional responsable del reporte de HbA1c en laboratorio EBAIS.


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRoleEBAISGoicoechea2LabExample",
  "meta": {
    "profile": [
      "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/cr-practitioner-role-laboratory-result"
    ]
  },
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/PractitionerLaboratoryResultExample"
  },
  "organization": {
    "reference": "Organization/OrganizationEBAISGoicoechea2LabExample"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code": "doctor"
        }
      ]
    }
  ]
}