Fujitsu Healthy Living Implementation Guide
1.1.30 - release

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

: PractitionerExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "p001",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"p001\"> </a><a name=\"hcp001\"> </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;p001&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-practitioner.html\">Fujitsu Practitioner Profile</a></p></div><p><b>active</b>: true</p><p><b>name</b>: 医師\u3000一郎(Official), イシ\u3000イチロウ(Official)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1965-04-05</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: <code>urn:oid:1.2.392.100495.20.3.31</code>/1234567</p><p><b>code</b>: 医籍登録番号 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-medicallicensecertificate-cs.html\">JP Core MedicalLicenseCertificate CodeSystem</a>#medical-registration)</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: <code>urn:oid:1.2.392.100495.20.3.32.101</code>/12-345</p><p><b>code</b>: 麻薬施用者番号 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-medicallicensecertificate-cs.html\">JP Core MedicalLicenseCertificate CodeSystem</a>#narcotics-practitioner)</span></p></blockquote></div>"
  },
  "active" : true,
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
          "valueCode" : "IDE"
        }
      ],
      "use" : "official",
      "text" : "医師\u3000一郎",
      "family" : "医師",
      "given" : [
        "一郎"
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
          "valueCode" : "SYL"
        }
      ],
      "use" : "official",
      "text" : "イシ\u3000イチロウ",
      "family" : "イシ",
      "given" : [
        "イチロウ"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1965-04-05",
  "qualification" : [
    {
      "identifier" : [
        {
          "system" : "urn:oid:1.2.392.100495.20.3.31",
          "value" : "1234567"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicalLicenseCertificate_CS",
            "code" : "medical-registration",
            "display" : "医籍登録番号"
          }
        ],
        "text" : "医籍登録番号"
      }
    },
    {
      "identifier" : [
        {
          "system" : "urn:oid:1.2.392.100495.20.3.32.101",
          "value" : "12-345"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicalLicenseCertificate_CS",
            "code" : "narcotics-practitioner",
            "display" : "麻薬施用者番号"
          }
        ],
        "text" : "麻薬施用者番号"
      }
    }
  ]
}