Fujitsu Healthy Living Implementation Guide
1.1.30 - release

Publication Build: This will be filled in by the publication tooling

: PractitionerRoleExample - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "r001",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"r001\"> </a><a name=\"hcr001\"> </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 PractitionerRole &quot;r001&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-practitionerrole.html\">Fujitsu PractitionerRole Profile</a></p></div><p><b>active</b>: true</p><p><b>period</b>: 2011-04-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-p001.html\">Practitioner/p001</a> &quot; 医師&quot;</p><p><b>organization</b>: <a href=\"Organization-o001.html\">Organization/o001</a> &quot;サンプル病院&quot;</p><p><b>code</b>: 医師 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-practitioner-role-cs.html\">JP Core Practitioner Role CodeSystem</a>#JPR10000)</span></p><p><b>telecom</b>: ph: 04-1111-1111</p></div>"
  },
  "active" : true,
  "period" : {
    "start" : "2011-04-01"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/p001"
  },
  "organization" : {
    🔗 "reference" : "Organization/o001"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_PractitionerRole_CS",
          "code" : "JPR10000",
          "display" : "医師"
        }
      ],
      "text" : "医師"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "04-1111-1111"
    }
  ]
}