Last active
October 7, 2017 06:02
-
-
Save KevinMayfield/b1dc6e9baf3152500df3eecc09bc95b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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