Govur University Logo
--> --> --> -->
...

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....

Log in to view the answer



Redundant Elements