健診結果報告FHIR記述仕様 実装ガイド
1.2.0 - release Japan

健診結果報告FHIR記述仕様 実装ガイド - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Instance-for-Practitioner - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "Instance-for-Practitioner",
  "meta" : {
    "lastUpdated" : "2024-04-05T13:28:17.239+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/eCheckup/StructureDefinition/JP_Practitioner_eCheckupGeneral"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Instance-for-Practitioner</b></p><a name=\"Instance-for-Practitioner\"> </a><a name=\"hcInstance-for-Practitioner\"> </a><a name=\"Instance-for-Practitioner-ja-JP\"> </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\">Last updated: 2024-04-05 13:28:17+0900</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JP-Practitioner-eCheckupGeneral.html\">JP_Practitioner_eCheckupGeneral</a></p></div><p><b>name</b>: 東京 太郎, トウキョウ タロウ</p></div>"
  },
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
          "valueCode" : "IDE"
        }
      ],
      "text" : "東京 太郎",
      "family" : "東京",
      "given" : [
        "太郎"
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
          "valueCode" : "SYL"
        }
      ],
      "text" : "トウキョウ タロウ",
      "family" : "トウキョウ",
      "given" : [
        "タロウ"
      ]
    }
  ]
}