-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
1,035 additions
and
990 deletions.
There are no files selected for viewing
129 changes: 66 additions & 63 deletions
129
resources/seeds/AllergyIntolerance/AllergyIntolerance-tc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,141 +1,144 @@ | ||
{ | ||
"type": "allergy", | ||
"category": [ | ||
"environment" | ||
], | ||
"onset": { | ||
"dateTime": "2023-02-12" | ||
}, | ||
"reaction": [ | ||
{ | ||
"severity": "mild", | ||
"substance": { | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "102263004", | ||
"display": "Eggs (edible)" | ||
} | ||
], | ||
"text": "Egg" | ||
}, | ||
"manifestation": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"code": "active", | ||
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", | ||
"display": "Active" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"note": [ | ||
{ | ||
"text": "noneknown note" | ||
} | ||
], | ||
"patient": { | ||
"id": "patient-tc", | ||
"identifier": { | ||
"type": { | ||
"text": "IHI", | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "NI", | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"display": "National unique individual identifier" | ||
} | ||
], | ||
"text": "IHI" | ||
] | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/hi/ihi/1.0", | ||
"value": "8003608833357361" | ||
"value": "8003608833357361", | ||
"system": "http://ns.electronichealth.net.au/id/hi/ihi/1.0" | ||
}, | ||
"id": "patient-tc", | ||
"resourceType": "Patient" | ||
}, | ||
"onset": { | ||
"dateTime": "2023-02-12" | ||
}, | ||
"category": [ | ||
"environment" | ||
], | ||
"clinicalStatus": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", | ||
"code": "active", | ||
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", | ||
"display": "Active" | ||
} | ||
] | ||
}, | ||
"meta": { | ||
"profile": [ | ||
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-allergyintolerance" | ||
] | ||
], | ||
"lastUpdated": "2024-07-17T13:10:06.918451Z", | ||
"createdAt": "2024-06-23T19:02:30.770016Z", | ||
"versionId": "2211" | ||
}, | ||
"encounter": { | ||
"id": "encounter-tc", | ||
"resourceType": "Encounter" | ||
}, | ||
"type": "allergy", | ||
"resourceType": "AllergyIntolerance", | ||
"asserter": { | ||
"id": "patient-tc", | ||
"identifier": { | ||
"type": { | ||
"text": "IHI", | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "NI", | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"display": "National unique individual identifier" | ||
} | ||
], | ||
"text": "IHI" | ||
] | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/hi/ihi/1.0", | ||
"value": "8003608833357361" | ||
"value": "8003608833357361", | ||
"system": "http://ns.electronichealth.net.au/id/hi/ihi/1.0" | ||
}, | ||
"id": "patient-tc", | ||
"resourceType": "Patient" | ||
}, | ||
"note": [ | ||
{ | ||
"text": "noneknown note" | ||
} | ||
], | ||
"id": "ai-tc", | ||
"recorder": { | ||
"id": "practitionerrole-tc", | ||
"identifier": { | ||
"type": { | ||
"text": "HPI-I", | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "NPI", | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"display": "National provider identifier" | ||
} | ||
], | ||
"text": "HPI-I" | ||
] | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/hi/hpii/1.0", | ||
"value": "8003614900041243" | ||
"value": "8003614900041243", | ||
"system": "http://ns.electronichealth.net.au/id/hi/hpii/1.0" | ||
}, | ||
"id": "practitionerrole-tc", | ||
"resourceType": "PractitionerRole" | ||
}, | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "716186003", | ||
"system": "http://snomed.info/sct", | ||
"display": "No known allergy" | ||
}, | ||
{ | ||
"system": "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips", | ||
"code": "no-known-allergies", | ||
"system": "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips", | ||
"display": "No known allergies" | ||
} | ||
] | ||
}, | ||
"verificationStatus": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification", | ||
"code": "unconfirmed", | ||
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification", | ||
"display": "Unconfirmed" | ||
} | ||
] | ||
}, | ||
"reaction": [ | ||
{ | ||
"severity": "mild", | ||
"substance": { | ||
"text": "Egg", | ||
"coding": [ | ||
{ | ||
"code": "102263004", | ||
"system": "http://snomed.info/sct", | ||
"display": "Eggs (edible)" | ||
} | ||
] | ||
}, | ||
"manifestation": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"code": "active", | ||
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", | ||
"display": "Active" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"text": { | ||
"status": "generated", | ||
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AllergyIntolerance</b><a name=\"noneknown\"> </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 "noneknown" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-allergyintolerance.html\">AU Core AllergyIntolerance</a></p></div><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>verificationStatus</b>: Unconfirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-allergyintolerance-verification.html\">AllergyIntolerance Verification Status</a>#unconfirmed)</span></p><p><b>code</b>: No known allergy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#716186003; absent-unknown-uv-ips#no-known-allergies "No known allergies")</span></p><p><b>patient</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> " WANG"</p><p><b>encounter</b>: <span>: GP Visit</span></p><p><b>recorder</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></p><p><b>asserter</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> " WANG"</p></div>" | ||
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AllergyIntolerance</b><a name=\"noneknown\"> </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 "noneknown" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-allergyintolerance.html\">AU Core AllergyIntolerance</a></p></div><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>verificationStatus</b>: Unconfirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-allergyintolerance-verification.html\">AllergyIntolerance Verification Status</a>#unconfirmed)</span></p><p><b>code</b>: No known allergy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#716186003; absent-unknown-uv-ips#no-known-allergies "No known allergies")</span></p><p><b>patient</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> " WANG"</p><p><b>encounter</b>: <span>: GP Visit</span></p><p><b>recorder</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></p><p><b>asserter</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> " WANG"</p></div>", | ||
"status": "generated" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.