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

: alg1ReferralExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "AllergyIntolerance",
  "id" : "alg1ReferralExample01",
  "meta" : {
    "lastUpdated" : "2021-11-26T10:00:00+09:00",
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_AllergyIntolerance_eCS"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AllergyIntolerance</b><a name=\"alg1ReferralExample01\"> </a></p><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\">Resource AllergyIntolerance &quot;alg1ReferralExample01&quot; Updated &quot;2021-11-26 10:00:00+0900&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JP-AllergyIntolerance-eCS.html\">eCS:JP_AllergyIntolerance_eCS</a></p></div><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier</code>/102934701</p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-allergyintolerance-clinical.html\">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>type</b>: allergy</p><p><b>category</b>: food</p><p><b>criticality</b>: unable-to-assess</p><p><b>code</b>: サバ <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>patient</b>: <a href=\"Patient-jppatientExample01.html\">Patient/jppatientExample01</a> &quot; 田中&quot;</p><p><b>encounter</b>: <a href=\"Encounter-encounterReferralExample01.html\">Encounter/encounterReferralExample01</a></p><p><b>onset</b>: 30 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code a = '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" : {
    "text" : "サバ"
  },
  "patient" : {
    🔗 "reference" : "Patient/jppatientExample01"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encounterReferralExample01"
  },
  "onsetAge" : {
    "value" : 30,
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  },
  "note" : [
    {
      "text" : "サバ食後3時間ほどで全身に発疹と腹痛あり"
    }
  ]
}