HL7 Japan-JAMI ccs ImplementationGuide
0.1.0 - draft
JP
HL7 Japan-JAMI ccs ImplementationGuide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "Example-JP-AllergyIntolerance-eCS-01",
"meta" : {
"lastUpdated" : "2023-04-01T10: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-AllergyIntolerance-eCS-01\"> </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 "Example-JP-AllergyIntolerance-eCS-01" Updated "2023-04-01 10:00:00+0900" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Core-JP-AllergyIntolerance-eCS.html\">Core6 : JP_AllergyIntolerance_eCS</a></p></div><p><b>identifier</b>: id:\u00a0102934701</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 name=\"Patient1\"> </a></p><blockquote><p/><p><a name=\"Patient1\"> </a></p><p><b>identifier</b>: id:\u00a012345</p><p><b>name</b>: 田中 太郎</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1955-05-04</p></blockquote><p><b>encounter</b>: <a name=\"Encounter1\"> </a></p><blockquote><p/><p><a name=\"Encounter1\"> </a></p><p><b>identifier</b>: id:\u00a0192844</p><p><b>status</b>: finished</p><p><b>class</b>: 外来 (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as '外来')</p></blockquote><p><b>onset</b>: 2020-04-10 --> (ongoing)</p><p><b>note</b>: サバ食後3時間ほどで全身に発疹と腹痛あり</p><hr/><blockquote><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>田中 太郎</b> male, DoB: 1955-05-04 ( id:\u00a012345)</p><hr/></blockquote><hr/><blockquote><p><b>Generated Narrative: Encounter #Encounter1</b><a name=\"Encounter1\"> </a></p><p><b>identifier</b>: id:\u00a0192844</p><p><b>status</b>: finished</p><p><b>class</b>: 外来 (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as '外来')</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Patient",
"id" : "Patient1",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Patient_eCS_Contained"
]
},
"identifier" : [
{
"system" : "urn:oid:1.2.392.100495.20.3.51.11234567890",
"value" : "12345"
}
],
"name" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
"valueCode" : "IDE"
}
],
"text" : "田中 太郎",
"family" : "田中",
"given" : [
"太郎"
]
}
],
"gender" : "male",
"birthDate" : "1955-05-04"
},
{
"resourceType" : "Encounter",
"id" : "Encounter1",
"meta" : {
"lastUpdated" : "2023-04-01T10:00:00+09:00",
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter"🔗 ,
"http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Encounter_eCS"
]
},
"identifier" : [
{
"system" : "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
"value" : "192844"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "外来"
}
}
],
"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" : "#Patient1"
},
"encounter" : {
"reference" : "#Encounter1"
},
"onsetPeriod" : {
"start" : "2020-04-10"
},
"note" : [
{
"text" : "サバ食後3時間ほどで全身に発疹と腹痛あり"
}
]
}