Clinical Study Schedule of Activities
1.0.0 - trial-use International flag

Clinical Study Schedule of Activities, published by HL7 International - Biomedical Research & Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/Vulcan-schedule-ig/ and changes regularly. See the Directory of published versions

: Samuel Home, M.D. - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "SamGetWell",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"SamGetWell\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;SamGetWell&quot; </p></div><p><b>identifier</b>: Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers: ABC1234\u00a0(use:\u00a0OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Samuel Home </p><p><b>telecom</b>: ph: 555-123-5467(WORK)</p><p><b>gender</b>: male</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "UPIN"
          }
        ]
      },
      "value" : "ABC1234"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "family" : "Home",
      "given" : [
        "Samuel"
      ],
      "prefix" : [
        "Dr"
      ],
      "suffix" : [
        "M.D."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "555-123-5467",
      "use" : "work"
    }
  ],
  "gender" : "male"
}