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

FHIR IG analytics

Packageau.gov.digitalhealth.cc
Resource TypePractitionerRole
IdPractitionerRole-alternate-name-example.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: PractitionerRole alternate-name-example

Alternate Name: Alex Smith

active: true

practitioner: Dr Kylie Boomerang

organization: Example Health Organisation

code: Physician

specialty: General medical practice

telecom: alex.smith@example.com


Source1

{
  "resourceType": "PractitionerRole",
  "id": "alternate-name-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/alternate-name",
      "valueHumanName": {
        "use": "usual",
        "family": "Smith",
        "given": [
          "Alex"
        ],
        "prefix": [
          "Dr"
        ]
      }
    }
  ],
  "active": true,
  "practitioner": {
    "display": "Dr Kylie Boomerang"
  },
  "organization": {
    "display": "Example Health Organisation"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "309343006",
          "display": "Physician"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "408443003",
          "display": "General medical practice"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "alex.smith@example.com",
      "use": "work"
    }
  ]
}