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

FHIR IG analytics

Packagehl7.fhir.us.cimilabs
Resource TypePractitioner
IdPractitioner-DrDr.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 "DrDr"

identifier: id: 1357924

name: Dr. Doctor

Qualifications

-Code
*Doctor of Medicine (degreeLicenseCertificate#MD)

Source1

{
  "resourceType": "Practitioner",
  "id": "DrDr",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "1357924"
    }
  ],
  "name": [
    {
      "text": "Dr. Doctor"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "MD"
          }
        ]
      }
    }
  ]
}