Skip to content

Instantly share code, notes, and snippets.

@ivapie
Last active April 30, 2019 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivapie/b1f27ba8bbe528a4e4069cddb6af9547 to your computer and use it in GitHub Desktop.
Save ivapie/b1f27ba8bbe528a4e4069cddb6af9547 to your computer and use it in GitHub Desktop.
{
"period": {
"start": "2019-04-30",
"end": "2019-06-29"
},
"diagnosis": [
"232323"
],
"activity": [
{
"detail": {
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/care-plan-activity-category",
"code": "observation"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": 33747003,
"display": "Blood Glucose"
}
]
},
"description": "Non-Fasting",
"scheduledTiming": "19:00:00"
}
},
{
"detail": {
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/care-plan-activity-category",
"code": "observation"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": 33747003,
"display": "Blood Glucose"
}
]
},
"description": "Fasting",
"scheduledTiming": "19:00:00"
}
}
],
"flagging": [
{
"measure": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": 33747003,
"display": "Blood Glucose"
}
]
},
"criteria": [
{
"type": {
"coding": [
{
"system": "http://reliqhealth.com/careplan-parameter-types",
"code": "Patient Flagging Parameter"
}
]
},
"patientFlaggingParameter": {
"inA": {
"coding": [
{
"system": "http://reliqhealth.com/careplan-parameter-scope",
"code": "10 day period"
}
]
},
"numberOfReadings": 2
}
},
{
"scheduledTiming": "19:00:00",
"type": {
"coding": [
{
"system": "http://reliqhealth.com/careplan-parameter-types",
"code": "Patient At Risk Range Parameter"
}
]
},
"rangeParameter": {
"high": {
"value": 180,
"unit": "mg/dL"
},
"low": {
"value": 79,
"unit": "mg/dL"
}
}
},
{
"scheduledTiming": "19:00:00",
"type": {
"coding": [
{
"system": "http://reliqhealth.com/careplan-parameter-types",
"code": "Patient Critical Range Parameter"
}
]
},
"rangeParameter": {
"high": {
"value": 240,
"unit": "mg/dL"
},
"low": {
"value": 60,
"unit": "mg/dL"
}
}
},
{
"scheduledTiming": "19:00:00",
"type": {
"coding": [
{
"system": "http://reliqhealth.com/careplan-parameter-types",
"code": "Patient At Risk Range Parameter"
}
]
},
"rangeParameter": {
"high": {
"value": 131,
"unit": "mg/dL"
},
"low": {
"value": 79,
"unit": "mg/dL"
}
}
},
{
"scheduledTiming": "19:00:00",
"type": {
"coding": [
{
"system": "http://reliqhealth.com/careplan-parameter-types",
"code": "Patient Critical Range Parameter"
}
]
},
"rangeParameter": {
"high": {
"value": 240,
"unit": "mg/dL"
},
"low": {
"value": 60,
"unit": "mg/dL"
}
}
}
]
}
],
"IsBloodGlucoseProgram": true,
"IsBloodPressureProgram": false,
"status": "active",
"identifier": [
{
"type": {
"coding": [
{
"system": "http://reliqhealth.com/identifier-types",
"code": "Pre-Auth Code"
}
]
},
"value": "2323232323"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment