Clinical Study Protocol
1.0.0-ballot2 - STU 1 Ballot2 International flag

Clinical Study Protocol, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vulcan-udp-ig/ and changes regularly. See the Directory of published versions

: Exemplar Sponsor Expert Medical Practitioner

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "Exemplar-Sponsor-Expert-Practitioner",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p>Dr Exemplar Consultant:</p><p>Mobile: +44 7999 999 999</p><p>eMail: Ex.Consultant@ExemplarHospital.nhs.uk</p></div>"
  },
  "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"
    }
  ]
}