診療情報提供書FHIR記述仕様 実装ガイド
1.1.6 - release Japan

診療情報提供書FHIR記述仕様 実装ガイド - Local Development build (v1.1.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: referralFromPractitionerExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "referralFromPractitionerExample01",
  "meta" : {
    "lastUpdated" : "2021-11-26T10:00:00+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Practitioner_eCS"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"referralFromPractitionerExample01\"> </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;referralFromPractitionerExample01&quot; Updated &quot;2021-11-26 10:00:00+0900&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JP-Practitioner-eCS.html\">eCS:JP_Practitioner_eCS</a></p></div><p><b>name</b>: 大河内 勘三郎(OFFICIAL), オオコウチ カンザブロウ(OFFICIAL)</p></div>"
  },
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
          "valueCode" : "IDE"
        }
      ],
      "use" : "official",
      "text" : "大河内 勘三郎",
      "family" : "大河内",
      "given" : [
        "勘三郎"
      ]
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
          "valueCode" : "SYL"
        }
      ],
      "use" : "official",
      "text" : "オオコウチ カンザブロウ",
      "family" : "オオコウチ",
      "given" : [
        "カンザブロウ"
      ]
    }
  ]
}