When implementing an HL7 FHIR RESTful API, which specific mechanism must be used to represent a locally defined clinical observation that does not have a matching standard code in the core resource specification?
To represent a locally defined clinical observation that lacks a standard code in the FHIR specification, you must use the FHIR CodeSystem resource to define the concept locally and then reference it using a Coding object within the Observation resource. A CodeSystem acts as a formal definition of a set of codes, providing the system URL and the s....
Community Answers
Sign in to open profiles and full community answers.
No community answers yet. Be the first to submit one.