Skip to content

Commit

Permalink
Merge pull request #54 from hl7au/47-MedicationRequest-irvine
Browse files Browse the repository at this point in the history
47 medication request irvine
  • Loading branch information
heathfrankel authored Sep 30, 2024
2 parents cf9d56c + 706b130 commit b68d25a
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
98 changes: 98 additions & 0 deletions generated/MedicationRequest-klacid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"resourceType": "MedicationRequest",
"id": "klacid",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationrequest"
]
},
"contained": [
{
"resourceType": "Medication",
"id": "med1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication"
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "27908011000036108",
"display": "clarithromycin 250 mg tablet, 100"
}
],
"text": "clarithromycin 250 mg tablet, 100"
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "154011000036109",
"display": "tablet"
}
],
"text": "tablet"
}
}
],
"status": "completed",
"intent": "order",
"medicationReference": {
"reference": "#med1"
},
"subject": {
"reference": "Patient/irvine-ronny-lawrence"
},
"encounter": {
"reference": "Encounter/discharge-1"
},
"authoredOn": "2023-02-20T18:19:00+10:00",
"requester": {
"reference": "PractitionerRole/nursepractitioner-haywood-byron"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3731000119107",
"display": "Idiopathic hypersomnia"
}
]
}
],
"dosageInstruction": [
{
"text": "1 Twice a Day\\nBefore meals",
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
}
}
]
}
]
}
1 change: 1 addition & 0 deletions testdata-csv/AU Core Sample Data - MedicationRequest.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ reaptan-missing-authoredOn,active,order,,,,,,,,reaptan-tpp,Reaptan 10 mg/10 mg (
reaptan-missing-requester,active,order,,,,,,,,reaptan-tpp,Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet,howe-deangelo,,,2018-07-15,,,http://snomed.info/sct,38341003,Hypertension,Hypertension,,,1 tablet daily,1,,1,,d,true,http://snomed.info/sct,26643006,Oral route,,1,TAB,http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm,TAB,,,,,2018-07-15,2019-07-15,5,30,Tab,http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm,TAB,30,days,http://unitsofmeasure.org,d,true,,,,,,,,
atorvastatin,active,original-order,http://snomed.info/sct,27437011000036101,"atorvastatin 20 mg tablet, 30",,,,,,,howe-deangelo,,cardio-hospital,2021-09-26,PractitionerRole/cardiologist-felmingham-emma,,http://snomed.info/sct,,,,Condition/aci,,1 tablet daily,1,,1,,d,,http://snomed.info/sct,26643006,Oral route,,1,TAB,http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm,TAB,,,,,,,,,,,,,,,,,,,,,,,,
simvastatin-pbs,active,order,http://pbs.gov.au/code/item,8731E,"simvastatin 40 mg tablet, 30",http://snomed.info/sct,28213011000036109,"simvastatin 40 mg tablet, 30","simvastatin 40 mg tablet, 30 tablets",,,hayes-arianne,Arianne Hayes,,2020-01-15,Practitioner/guthridge-jarred,Dr. Jarred Guthridge,,,,,,,Take one tablet daily,1,,1,,d,,http://snomed.info/sct,26643006,Oral route,Oral,40,mg,,,,,,,,,5,30,tablet,,,30,days,,,,,,,,,,,
klacid,completed,order,,,,,,,,med1,,irvine-ronny-lawrence,,discharge-1,2023-02-20T18:19:00+10:00,PractitionerRole/nursepractitioner-haywood-byron,,http://snomed.info/sct,3731000119107,Idiopathic hypersomnia,,,,1 Twice a Day\nBefore meals,2,,1,,d,false,http://snomed.info/sct,26643006,Oral route,,1,TAB,http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm,TAB,,,,,,,,,,,,,,,,,http://snomed.info/sct,27908011000036108,"clarithromycin 250 mg tablet, 100","clarithromycin 250 mg tablet, 100",http://snomed.info/sct,154011000036109,tablet,tablet

0 comments on commit b68d25a

Please sign in to comment.