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

FHIR IG analytics

Packagelt.hl7.fhir.breast
Resource TypePractitioner
IdPractitioner-example-doctor.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


English


Generated Narrative: Practitioner example-doctor

Language: en

name: Radiologist

Qualifications

-Code
*Diagnostic radiologist

Lithuanian


Generated Narrative: Practitioner example-doctor

Language: en

name: Radiologist

Qualifications

-Code
*Diagnostic radiologist

Source1

{
  "resourceType": "Practitioner",
  "id": "example-doctor",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "text": "Radiologist"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "78729002",
            "display": "Diagnostic radiologist"
          }
        ]
      }
    }
  ]
}