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

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-ig
Resource TypePractitioner
IdPractitioner-practitioner-owen-oncologist.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

Generated Narrative: Practitioner

Resource Practitioner "practitioner-owen-oncologist"

name: Owen Oncologist

gender: male

address: 123 Corporate Drive Anytown MA 12345 US (work)

Qualifications

-Code
*Doctor of Medicine (degreeLicenseCertificate#MD)

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-owen-oncologist",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "family": "Oncologist",
      "given": [
        "Owen"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "gender": "male",
  "address": [
    {
      "use": "work",
      "line": [
        "123 Corporate Drive"
      ],
      "city": "Anytown",
      "state": "MA",
      "postalCode": "12345",
      "country": "US"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "MD"
          }
        ]
      }
    }
  ]
}