Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Last active October 7, 2017 06:02
Show Gist options
  • Save KevinMayfield/b1dc6e9baf3152500df3eecc09bc95b8 to your computer and use it in GitHub Desktop.
Save KevinMayfield/b1dc6e9baf3152500df3eecc09bc95b8 to your computer and use it in GitHub Desktop.
{
"resourceType": "Observation",
"id": "10",
"meta": {
"lastUpdated": "2017-10-06T16:36:29.337+01:00",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/observation-category",
"code": "social-history",
"display": "Social History"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "428041000124106",
"display": "Occasional tobacco smoker (finding)"
}
]
},
"subject": {
"reference": "Patient/1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment