Created
October 7, 2017 05:59
-
-
Save KevinMayfield/618f7f613bd59b6038f5930e7de97257 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": "365982000", | |
"display": "Finding of tobacco smoking consumption (finding)" | |
} | |
] | |
}, | |
"subject": { | |
"reference": "Patient/1" | |
}, | |
"valueCodeableConcept": { | |
"coding": [ | |
{ | |
"system": "http://snomed.info/sct", | |
"code": "428041000124106", | |
"display": "Occasional tobacco smoker (finding)" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment