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

FHIR IG analytics

Packagehl7.fhir.us.cimilabs
Resource TypePractitioner
IdPractitioner-LabTech.json
FHIR VersionR4

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

Generated Narrative: Practitioner

Resource Practitioner "LabTech"

identifier: id: 2376

name: Sally LabTech

Qualifications

-CodeIssuer
*Certificate (degreeLicenseCertificate#CER)Organization/ASCP "American Society for Clinical Pathology"

Source1

{
  "resourceType": "Practitioner",
  "id": "LabTech",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "2376"
    }
  ],
  "name": [
    {
      "text": "Sally LabTech"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "CER"
          }
        ]
      },
      "issuer": {
        "reference": "Organization/ASCP"
      }
    }
  ]
}