0.1.0 - ci-build

mamaTotofhirIG, published by IntelliSOFT Consulting Ke. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Practitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "ExamplePractitioner",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/PractitionerProfile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ExamplePractitioner</b></p><a name=\"ExamplePractitioner\"> </a><a name=\"hcExamplePractitioner\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerProfile.html\">PractitionerProfile</a></p></div><p><b>identifier</b>: <code>http://hospital.org/practitioners</code>/PRAC-45678</p><p><b>active</b>: true</p><p><b>name</b>: John Doe </p><p><b>telecom</b>: <a href=\"tel:+1234567890\">+1234567890</a></p><p><b>address</b>: 123 Medical Plaza Nairobi Nairobi County 00100 Kenya </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1980-05-15</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://medicalboard.org/licenses</code>/MB-789654</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360/2.7 MD}\">Doctor of Medicine</span></td><td>2010-06-01 --&gt; (ongoing)</td><td><a href=\"Organization/example-medical-board\">Organization/example-medical-board</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.org/practitioners",
      "value" : "PRAC-45678"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Doe",
      "given" : [
        "John"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+1234567890",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "line" : [
        "123 Medical Plaza"
      ],
      "city" : "Nairobi",
      "state" : "Nairobi County",
      "postalCode" : "00100",
      "country" : "Kenya"
    }
  ],
  "gender" : "male",
  "birthDate" : "1980-05-15",
  "qualification" : [
    {
      "identifier" : [
        {
          "system" : "http://medicalboard.org/licenses",
          "value" : "MB-789654"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
            "code" : "MD",
            "display" : "Doctor of Medicine"
          }
        ]
      },
      "period" : {
        "start" : "2010-06-01"
      },
      "issuer" : {
        "reference" : "Organization/example-medical-board"
      }
    }
  ]
}