電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.4.1
1.4.1 - release
Japan
電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.4.1 - Local Development build (v1.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "Example-JP-Allergy-eCS-02",
"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=\"Example-JP-Allergy-eCS-02\"> </a><a name=\"hcExample-JP-Allergy-eCS-02\"> </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\">ResourceAllergyIntolerance "Example-JP-Allergy-eCS-02" Updated"2021-11-26 10:00:00+0900" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JP-AllergyIntolerance-eCS.html\">eCS/CLINS: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/6.0.2/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\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS\">JP Core JFAGY Food Allergen CodeSystem</a>#J9FA32540000 "キウイフルーツ")</span></p><p><b>patient</b>: <a href=\"Patient-Example-JP-Patient-eCS-MAKINO.html\">Patient/Example-JP-Patient-eCS-MAKINO</a> " 牧野"</p><p><b>encounter</b>: <a href=\"Encounter-Example-JP-Encounter-eCS-AMB-01.html\">Encounter/Example-JP-Encounter-eCS-AMB-01</a></p><p><b>onset</b>: 10 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codea = 'a')</span></p><p><b>note</b>: 食べると口の周りが痺れる感じ</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" : "J9FA32540000",
"display" : "キウイフルーツ"
}
],
"text" : "キーウイ"
},
"patient" : {
🔗 "reference" : "Patient/Example-JP-Patient-eCS-MAKINO"
},
"encounter" : {
🔗 "reference" : "Encounter/Example-JP-Encounter-eCS-AMB-01"
},
"onsetAge" : {
"value" : 10,
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"note" : [
{
"text" : "食べると口の周りが痺れる感じ"
}
]
}