Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KevinMayfield/92396f224a8403e5f39c9f05101fbf27 to your computer and use it in GitHub Desktop.
Save KevinMayfield/92396f224a8403e5f39c9f05101fbf27 to your computer and use it in GitHub Desktop.
{
"resourceType": "Bundle",
"id": "d8c7dacf-87a8-4062-8d83-27e633acdc06",
"meta": {
"lastUpdated": "2017-07-14T04:46:34.807-04:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "http://fhirtest.uhn.ca/baseDstu2/MedicationStatement?_pretty=true&patient=32898"
}
],
"entry": [
{
"fullUrl": "http://fhirtest.uhn.ca/baseDstu2/MedicationStatement/39567",
"resource": {
"resourceType": "MedicationStatement",
"id": "39567",
"meta": {
"versionId": "1",
"lastUpdated": "2017-07-14T04:42:43.297-04:00",
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/CareConnect-MedicationStatement-1"
]
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-CareConnect-MedicationStatementLastIssueDate-1",
"valueDateTime": "2017-03-27T00:00:00+01:00"
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-CareConnect-MedicationRepeatInformation-1",
"extension": [
{
"url": "reviewDate",
"valueDateTime": "2017-05-27T00:00:00+01:00"
},
{
"url": "numberOfRepeatsIssued",
"valueInteger": 3
}
]
}
],
"identifier": [
{
"system": "https://fhir.bristolccg.nhs.uk/DW/MedicationStatement",
"value": "6b9c746e-4cce-4f5c-a2a7-0fd156dd57ac"
}
],
"patient": {
"reference": "Patient/32898",
"display": "Miss Bernie Kanfeld"
},
"informationSource": {
"reference": "Practitioner/39565",
"display": "Dr. Karren Swamp"
},
"dateAsserted": "2017-05-29T00:00:00+01:00",
"status": "active",
"effectivePeriod": {
"start": "1995-09-02T00:00:00+01:00",
"end": "2001-08-20T00:00:00+01:00"
},
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "321153009",
"display": "Temazepam Tablets 20 mg"
}
]
},
"dosage": [
{
"text": "1on",
"quantityQuantity": {
"value": 60,
"unit": "tablets",
"system": "http://snomed.info/sct",
"code": "428673006"
}
}
]
},
"search": {
"mode": "match"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment