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

FHIR IG analytics

Packageau.gov.digitalhealth.cc
Resource TypePractitionerRole
IdPractitionerRole-practitioner-role-communication-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 practitioner-role-communication-example

Practitioner Role Communication: English

active: true

practitioner: Dr Bruce Dundee

organization: Example Health Organisation

code: Physician

specialty: General medical practice

telecom: +61 2 8765 4321


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitioner-role-communication-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/practitioner-role-communication",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      }
    }
  ],
  "active": true,
  "practitioner": {
    "display": "Dr Bruce Dundee"
  },
  "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": "phone",
      "value": "+61 2 8765 4321",
      "use": "work"
    }
  ]
}