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

FHIR IG analytics

Packagehl7.fhir.uv.clinical-study-protocol
Resource TypePractitioner
IdPractitioner-Exemplar-Sponsor-Expert-Practitioner.json
FHIR VersionR6

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

Dr Exemplar Consultant:

Mobile: +44 7999 999 999

eMail: Ex.Consultant@ExemplarHospital.nhs.uk


Source1

{
  "resourceType": "Practitioner",
  "id": "Exemplar-Sponsor-Expert-Practitioner",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "text": "Dr Exemplar Consultant"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "Ex.Consultant@ExemplarHospital.nhs.uk",
      "rank": 2
    },
    {
      "system": "phone",
      "value": "+44 7999 999 999",
      "use": "mobile",
      "rank": 1
    }
  ],
  "address": [
    {
      "line": [
        "General Medicine Dept"
      ]
    },
    {
      "line": [
        "Exemplar Hospital"
      ],
      "city": "Exemplarton",
      "postalCode": "XR99 2AY",
      "country": "United Kingdom"
    }
  ]
}