All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
narratives.stu3.examples.activitydefinition.MedicationOrder.json Maven / Gradle / Ivy
{
"resourceType": "ActivityDefinition",
"id": "citalopramPrescription",
"contained": [
{
"resourceType": "Medication",
"id": "citalopramMedication",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "200371"
}
],
"text": "citalopram"
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385055001",
"display": "Tablet dose form"
}
],
"text": "Tablet dose form"
},
"ingredient": [
{
"itemReference": {
"reference": "#citalopramSubstance"
},
"amount": {
"numerator": {
"value": 20,
"unit": "mg"
},
"denominator": {
"value": 1,
"unit": "{tbl}"
}
}
}
]
},
{
"resourceType": "Substance",
"id": "citalopramSubstance",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "2556"
}
],
"text": "citalopram"
}
}
],
"status": "draft",
"category": "drug",
"productReference": {
"reference": "#citalopramMedication"
},
"dosageInstruction": [
{
"text": "1 tablet oral 1 time daily",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"code": "26643006",
"display": "Oral route (qualifier value)"
}
],
"text": "Oral route (qualifier value)"
},
"doseQuantity": {
"value": 1,
"unit": "{tbl}"
}
}
],
"dynamicValue": [
{
"path": "dispenseRequest.numberOfRepeatsAllowed",
"expression": "3"
},
{
"path": "dispenseRequest.quantity",
"expression": "30 '{tbl}'"
}
]
}