Skip to content

Instantly share code, notes, and snippets.

@jmandel
Last active May 17, 2016 20:42
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 jmandel/310e52cb7266548f2bbb53021fcb6a9a to your computer and use it in GitHub Desktop.
Save jmandel/310e52cb7266548f2bbb53021fcb6a9a to your computer and use it in GitHub Desktop.
{
"resourceType": "Observation",
"id": "1725-lab",
"status": "final",
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Laboratory"
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2339-0",
"display": "Glucose Bld-mCnc"
}
],
"text": "Glucose Bld-mCnc"
},
"subject": {
"reference": "Patient/1134281"
},
"effectiveDateTime": "2005-07-05",
"valueQuantity": {
"value": 86,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment