-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/hl7au/au-fhir-test-data
- Loading branch information
Showing
3 changed files
with
250 additions
and
0 deletions.
There are no files selected for viewing
72 changes: 72 additions & 0 deletions
72
direct-fhir-test-resources/AllergyIntolerance-dust-logical-refs.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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"resourceType": "AllergyIntolerance", | ||
"id": "dust-logical-refs", | ||
"meta": { | ||
"profile": [ | ||
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-allergyintolerance" | ||
] | ||
}, | ||
"clinicalStatus": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", | ||
"code": "active", | ||
"display": "Active" | ||
} | ||
] | ||
}, | ||
"verificationStatus": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification", | ||
"code": "unconfirmed", | ||
"display": "Unconfirmed" | ||
} | ||
] | ||
}, | ||
"category": [ | ||
"environment" | ||
], | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "33008008", | ||
"display": "Dust" | ||
} | ||
] | ||
}, | ||
"patient": { | ||
"type": "Patient", | ||
"identifier": { | ||
"type": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "MC" | ||
} | ||
], | ||
"text": "Medicare Number" | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/medicare-number", | ||
"value": "29545410412" | ||
} | ||
}, | ||
"recordedDate": "2023-05-11", | ||
"asserter": { | ||
"type": "PractitionerRole", | ||
"identifier": { | ||
"type": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203", | ||
"code": "UPIN" | ||
} | ||
], | ||
"text": "Medicare Provider Number" | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/medicare-provider-number", | ||
"value": "2448301T" | ||
} | ||
} | ||
} |
76 changes: 76 additions & 0 deletions
76
direct-fhir-test-resources/Condition-aci-logical-refs.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 |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"resourceType": "Condition", | ||
"id": "aci-logical-refs", | ||
"meta": { | ||
"profile": [ | ||
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition" | ||
] | ||
}, | ||
"clinicalStatus": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical", | ||
"code": "active", | ||
"display": "Active" | ||
} | ||
] | ||
}, | ||
"category": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/condition-category", | ||
"code": "problem-list-item" | ||
} | ||
] | ||
} | ||
], | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "54329005", | ||
"display": "Acute myocardial infarction of anterior wall" | ||
}, | ||
{ | ||
"system": "http://id.who.int/icd/release/11/mms", | ||
"code": "BA41.Z&XA7RE3", | ||
"display": "Acute myocardial infarction, unspecified [Anterior wall of heart]" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"type": "Patient", | ||
"identifier": { | ||
"type": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "MC" | ||
} | ||
], | ||
"text": "Medicare Number" | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/medicare-number", | ||
"value": "49516512111" | ||
} | ||
}, | ||
"onsetDateTime": "2014", | ||
"asserter": { | ||
"type": "Practitioner", | ||
"identifier": { | ||
"type": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "NPI", | ||
"display": "National provider identifier" | ||
} | ||
], | ||
"text": "HPI-I" | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/hi/hpii/1.0", | ||
"value": "8003611566718288" | ||
} | ||
} | ||
} |
102 changes: 102 additions & 0 deletions
102
direct-fhir-test-resources/Encounter-covid-admin-1-logical-refs.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 |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"resourceType": "Encounter", | ||
"id": "covid-admin-1-logical-refs", | ||
"meta": { | ||
"profile": [ | ||
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter" | ||
] | ||
}, | ||
"status": "finished", | ||
"class": { | ||
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", | ||
"code": "AMB", | ||
"display": "ambulatory" | ||
}, | ||
"type": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "117096009", | ||
"display": "Intramuscular injection of Vaccinia immune globulin, human" | ||
} | ||
] | ||
} | ||
], | ||
"serviceType": { | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "1575161000168105", | ||
"display": "COVID-19 vaccination service" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"type": "Patient", | ||
"identifier": { | ||
"type": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "MC" | ||
} | ||
], | ||
"text": "Medicare Number" | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/medicare-number", | ||
"value": "69518252411" | ||
} | ||
}, | ||
"participant": [ | ||
{ | ||
"type": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", | ||
"code": "PPRF", | ||
"display": "primary performer" | ||
} | ||
] | ||
} | ||
], | ||
"individual": { | ||
"type": "PractitionerRole", | ||
"identifier": { | ||
"type": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203", | ||
"code": "UPIN" | ||
} | ||
], | ||
"text": "Medicare Provider Number" | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/medicare-provider-number", | ||
"value": "2448301T" | ||
} | ||
} | ||
} | ||
], | ||
"period": { | ||
"start": "2021-06-17T09:20:00+10:00", | ||
"end": "2021-06-17T09:35:00+10:00" | ||
}, | ||
"serviceProvider": { | ||
"type": "Organization", | ||
"identifier": { | ||
"type": { | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203", | ||
"code": "NOI" | ||
} | ||
], | ||
"text": "HPI-O" | ||
}, | ||
"system": "http://ns.electronichealth.net.au/id/hi/hpio/1.0", | ||
"value": "8003629900040359" | ||
} | ||
} | ||
} |