健診結果報告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-Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Instance-for-Patient",
  "meta" : {
    "lastUpdated" : "2024-04-05T13:28:17.239+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Patient_eCheckupGeneral"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Instance-for-Patient</b></p><a name=\"Instance-for-Patient\"> </a><a name=\"hcInstance-for-Patient\"> </a><a name=\"Instance-for-Patient-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-Patient-CLINS-eCheckupGeneral.html\">eCS/CLINS:JP_Patient_CLINS_eCheckupGeneral</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">健診 太郎(official) Male, DoB: 1950-05-04 ( urn:oid:1.2.392.200119.6.102.11311234567#34567)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><code>http://jpfhir.jp/fhir/clins/Idsystem/JP_Insurance_memberID</code>/00012345:あいう:387476:01</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 Detail</td><td colspan=\"3\"><ul><li>ph: 03-1111-2222(Home)</li><li>神奈川県横浜市港区1-2-3</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.392.200119.6.102.11311234567",
      "value" : "34567"
    },
    {
      "system" : "http://jpfhir.jp/fhir/clins/Idsystem/JP_Insurance_memberID",
      "value" : "00012345:あいう:387476:01"
    }
  ],
  "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-1111-2222",
      "use" : "home"
    }
  ],
  "gender" : "male",
  "birthDate" : "1950-05-04",
  "address" : [
    {
      "text" : "神奈川県横浜市港区1-2-3",
      "postalCode" : "123-4567",
      "country" : "JP"
    }
  ]
}