// Birth Place { "id" : "<string>", // Unique id for inter-element referencing "url" : "https://github.com/BIH-CEI/RareLink/StructureDefinition/birthplace", // R! "valueCodeableConcept" : { // C? Value of extension "extension": [ ], "coding" : [{ // C? Code defined by a terminology system "extension": [ ], "system" : "<uri>", // C? Identity of the terminology system "version" : "<string>", // C? Version of the system - if relevant "code" : "<code>", // C? Symbol in syntax defined by the system "display" : "<string>", // C? Representation defined by the system "userSelected" : <boolean> // C? If this coding was chosen directly by the user }], "text" : "<string>" // C? Plain text representation of the concept } }