電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.3.0-rc3 (リリース候補v3)
1.3.0-rc3 - release Japan

電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.3.0-rc3 (リリース候補v3) - Local Development build (v1.3.0-rc3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example-JP-Patient-eCS-01-Contained - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Patient1",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>田中 太郎</b> male, DoB: 1955-05-04 ( <code>urn:oid:1.2.392.100495.20.3.51.11234567890</code>/826739)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://jpfhir.jp/fhir/clins/Idsysmem/JP_Insurance_memberID</code>/00012345:あいう:387476:01</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.392.100495.20.3.51.11234567890",
      "value" : "826739"
    },
    {
      "system" : "http://jpfhir.jp/fhir/clins/Idsysmem/JP_Insurance_memberID",
      "value" : "00012345:あいう:387476:01"
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
          "valueCode" : "IDE"
        }
      ],
      "text" : "田中 太郎",
      "family" : "田中",
      "given" : [
        "太郎"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1955-05-04"
}