Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KevinMayfield/9e2b28148866d3f039cb21d06cab96bc to your computer and use it in GitHub Desktop.
Save KevinMayfield/9e2b28148866d3f039cb21d06cab96bc to your computer and use it in GitHub Desktop.
{
"resourceType": "Bundle",
"id": "0ae941fb-31a1-4c9d-ae2f-aa4d5e296a05",
"meta": {
"lastUpdated": "2017-07-14T04:48:42.665-04:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "http://fhirtest.uhn.ca/baseDstu2/MedicationOrder?_pretty=true&patient=32898"
}
],
"entry": [
{
"fullUrl": "http://fhirtest.uhn.ca/baseDstu2/MedicationOrder/39566",
"resource": {
"resourceType": "MedicationOrder",
"id": "39566",
"meta": {
"versionId": "1",
"lastUpdated": "2017-07-14T04:42:42.829-04:00",
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/CareConnect-MedicationOrder-1"
]
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-CareConnect-MedicationSupplyType-1",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394823007",
"display": "NHS Prescription"
}
]
}
}
],
"identifier": [
{
"system": "https://fhir.bristolccg.nhs.uk/DW/MedicationOrder",
"value": "6bf79485-cee5-4a20-8e4a-4bf13aba33e6"
}
],
"dateWritten": "2017-05-25T00:00:00+01:00",
"status": "active",
"patient": {
"reference": "Patient/32898",
"display": "Miss Bernie Kanfeld"
},
"prescriber": {
"reference": "Practitioner/39564",
"display": "Dr. AA Bhatia"
},
"note": "Please explain to Bernie how to use injector.",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "10097211000001102",
"display": "Insulin glulisine 100units/ml solution for injection 3ml pre-filled disposable devices"
}
]
},
"dosageInstruction": [
{
"text": "Three times a day",
"additionalInstructions": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1521000175104",
"display": "After dinner"
}
]
},
"timing": {
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/GTSAbbreviation",
"code": "TID"
}
]
}
}
}
],
"dispenseRequest": {
"numberOfRepeatsAllowed": 3
}
},
"search": {
"mode": "match"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment