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

FHIR IG analytics

Packagecsiro.stars
Resource TypePractitioner
IdPractitioner-practitioner-example.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 practitioner-example

name: John Smith - Duty Vet

telecom: testuser@example.com, accounts@example.com, surveillance@example.com, dr_john@example.com


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-example",
  "meta": {
    "profile": [
      "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-practitioner"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "text": "John Smith - Duty Vet"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "testuser@example.com"
    },
    {
      "system": "email",
      "value": "accounts@example.com"
    },
    {
      "system": "email",
      "value": "surveillance@example.com"
    },
    {
      "system": "email",
      "value": "dr_john@example.com"
    }
  ]
}