診療情報提供書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

: jppatientExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "jppatientExample01",
  "meta" : {
    "lastUpdated" : "2021-11-26T10:00:00+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Patient_eCS"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>田中 太郎(OFFICIAL)</b> male, DoB: 1955-05-04 ( <code>urn:oid:1.2.392.200119.6.102.11234567890</code>/12345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">タナカ タロウ(OFFICIAL)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 03-1234-5678(HOME)</li><li>神奈川県横浜市港区1-2-3</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.392.200119.6.102.11234567890",
      "value" : "12345"
    }
  ],
  "active" : true,
  "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" : [
        "タロウ"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "03-1234-5678",
      "use" : "home"
    }
  ],
  "gender" : "male",
  "birthDate" : "1955-05-04",
  "address" : [
    {
      "text" : "神奈川県横浜市港区1-2-3",
      "postalCode" : "123-4567",
      "country" : "JP"
    }
  ]
}