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

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

: Example-JP-Allergy-eCS-01 - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "Example-JP-Allergy-eCS-01",
  "meta" : {
    "lastUpdated" : "2021-11-26T10:00:00+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_AllergyIntolerance_eCS|1.5.5"
    ]
  },
  "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: AllergyIntolerance Example-JP-Allergy-eCS-01</b></p><a name=\"Example-JP-Allergy-eCS-01\"> </a><a name=\"hcExample-JP-Allergy-eCS-01\"> </a><a name=\"Example-JP-Allergy-eCS-01-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: 2021-11-26 10:00:00+0900; Language: ja</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JP-AllergyIntolerance-eCS.html\">JP_AllergyIntolerance_eCSversion: null1.5.5)</a></p></div><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier</code>/102934701</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>criticality</b>: Unable to Assess Risk</p><p><b>code</b>: <span title=\"Codes:{http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS J9FC11310000}\">サバ</span></p><p><b>patient</b>: <a href=\"Patient-Example-JP-Patient-eCS-MAKINO.html\">牧野 爛漫 Female, DoB: 1930-06-28 ( urn:oid:1.2.392.100495.20.3.51.11318814790#000999739)</a></p><p><b>encounter</b>: <a href=\"Encounter-Example-JP-Encounter-eCS-AMB-01.html\">Encounter: identifier = http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier#192844; status = finished; class = 外来 (ActCode#AMB)</a></p><p><b>onset</b>: 30 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p><p><b>note</b>: サバ食後3時間ほどで全身に発疹と腹痛あり</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
      "value" : "102934701"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "type" : "allergy",
  "category" : [
    "food"
  ],
  "criticality" : "unable-to-assess",
  "code" : {
    "coding" : [
      {
        "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS",
        "code" : "J9FC11310000",
        "display" : "さば"
      }
    ],
    "text" : "サバ"
  },
  "patient" : {
    🔗 "reference" : "Patient/Example-JP-Patient-eCS-MAKINO"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Example-JP-Encounter-eCS-AMB-01"
  },
  "onsetAge" : {
    "value" : 30,
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  },
  "note" : [
    {
      "text" : "サバ食後3時間ほどで全身に発疹と腹痛あり"
    }
  ]
}