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

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

: 療養計画 - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "Example-JP-CarePlan-eCS-HT",
  "meta" : {
    "lastUpdated" : "2024-07-07T10:00:00+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_CarePlan_ePCS"🔗 ,
      "http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_CarePlan_eCS"
    ]
  },
  "language" : "ja",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan Example-JP-CarePlan-eCS-HT</b></p><a name=\"Example-JP-CarePlan-eCS-HT\"> </a><a name=\"hcExample-JP-CarePlan-eCS-HT\"> </a><a name=\"Example-JP-CarePlan-eCS-HT-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-07-07 10:00:00+0900; Language: ja</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-JP-CarePlan-ePCS.html\">JP_CarePlan_ePCS</a>, <a href=\"StructureDefinition-JP-CarePlan-eCS.html\">JP_CarePlan_eCS</a></p></div><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier</code>/192838</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://jpfhir.jp/fhir/CarePlan/CodeSystem/category followup-plan}\">外来診療経過中プラン</span></p><p><b>title</b>: 療養計画</p><p><b>description</b>: 高血圧について内服を継続してください。\r\n1日30分でも軽い運動を継続しましょう。</p><p><b>subject</b>: <a href=\"Bundle-Bundle-CLINS-PCS-Example-01.html#urn-uuid-0a48a4bf-0d87-4efb-aafd-d45e0842a4dd\">Bundle: identifier = http://jpfhir.jp/fhir/clins/bundle-identifier#1318814790^2024^0123-PCS-203949583949; type = document; timestamp = 2024-07-07 10:00:00+0900</a></p><p><b>period</b>: 2024-07-07 --&gt; (ongoing)</p><p><b>created</b>: 2024-07-07</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
      "value" : "192838"
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/CarePlan/CodeSystem/category",
          "code" : "followup-plan",
          "display" : "外来診療経過中プラン"
        }
      ]
    }
  ],
  "title" : "療養計画",
  "description" : "高血圧について内服を継続してください。\r\n1日30分でも軽い運動を継続しましょう。",
  "subject" : {
    "reference" : "urn:uuid:0a48a4bf-0d87-4efb-aafd-d45e0842a4dd"
  },
  "period" : {
    "start" : "2024-07-07"
  },
  "created" : "2024-07-07"
}